Package com.aquima.web.rest.v1.exception
Class UnauthorizedUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.web.rest.v1.exception.RestException
com.aquima.web.rest.v1.exception.UnauthorizedUserException
- All Implemented Interfaces:
Serializable
This exception is thrown if the user is unauthorized.
- Since:
- 9.7
- Author:
- Marius Orsan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnauthorizedUserException
(String message) UnauthorizedUserException
(String message, Throwable cause) -
Method Summary
Methods inherited from class com.aquima.web.rest.v1.exception.RestException
getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString