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