Class ClientErrorException.NotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
info.ejava.examples.common.exceptions.ClientErrorException
info.ejava.examples.common.exceptions.ClientErrorException.NotAuthorizedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ClientErrorException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class info.ejava.examples.common.exceptions.ClientErrorException
ClientErrorException.BadRequestException, ClientErrorException.InvalidInputException, ClientErrorException.NotAuthorizedException, ClientErrorException.NotFoundException
-
Field Summary
Fields inherited from class info.ejava.examples.common.exceptions.ClientErrorException
date, error
-
Constructor Summary
ConstructorsConstructorDescriptionNotAuthorizedException
(String message, Object... args) NotAuthorizedException
(Throwable cause, String message, Object... args) -
Method Summary
Methods inherited from class info.ejava.examples.common.exceptions.ClientErrorException
getDate, getError, withDate, withError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotAuthorizedException
-
NotAuthorizedException
-