Class ServerErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
info.ejava.examples.svc.httpapi.gestures.svc.ServerErrorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ServerErrorException.InternalErrorException
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedServerErrorException(String message, Object... args) protectedServerErrorException(Throwable cause) protectedServerErrorException(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
-
Constructor Details
-
ServerErrorException
-
ServerErrorException
-
ServerErrorException
-