Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.avcompris.commons3.api.exception.ServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DaoException
,EmailAddressAlreadyExistsException
,IllegalStateUpdateException
,InvalidEmailAddressException
,InvalidPasswordException
,InvalidQueryFilteringException
,InvalidRoleException
,InvalidUsernameException
,ReservedUsernameException
,UnauthenticatedException
,UnauthorizedException
,UnexpectedException
,UnknownPasswordResetTokenException
,UsernameAlreadyExistsException
,UsernameNotFoundException
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
ServiceException
(int httpErorCode, String description) protected
ServiceException
(int httpErorCode, String description, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceException
-
ServiceException
-
-
Method Details
-
getHttpErrorCode
public final int getHttpErrorCode() -
getDescription
-