public class ProcessExitingFaultHandler extends Object implements FaultHandler
| Constructor and Description |
|---|
ProcessExitingFaultHandler() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeException |
handleFault(String failureMessage,
Throwable cause)
Handle a fault.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleFaultpublic RuntimeException handleFault(String failureMessage, Throwable cause)
FaultHandlerhandleFault in interface FaultHandlerfailureMessage - The failure message to log.cause - The exception that caused the problem, or null.