Class CompanyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.raphaelsalles.backend.domain.exception.CompanyNotFoundException
- All Implemented Interfaces:
Serializable
Exceção lançada quando uma empresa não é encontrada no sistema.
Propósito: Sinalizar que o recurso solicitado (Empresa/Ativo) não existe, resultando em 404 Not Found.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompanyNotFoundException
-