Class ErrorCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
hu.rts.mike.example.dev.crm.error.ErrorCodeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LastUserWhoCanCreateUsersException,RoleExistsException,RoleInUseException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionErrorCodeException(ErrorCode code) ErrorCodeException(ErrorCode code, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
code
-
message
-
-
Constructor Details
-
ErrorCodeException
-
ErrorCodeException
-
-
Method Details
-
getCode
-
setCode
-
getMessage
- Overrides:
getMessagein classThrowable
-
setMessage
-