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