Interface | Description |
---|---|
FaultHandler |
Handle a server fault.
|
Class | Description |
---|---|
LoggingFaultHandler |
A fault handler which logs an error message and executes a runnable.
|
ProcessTerminatingFaultHandler |
This is a fault handler which terminates the JVM process.
|
ProcessTerminatingFaultHandler.Builder |
Exception | Description |
---|---|
FaultHandlerException |
An exception thrown by a fault handler.
|