Class HandlerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.synapse.commons.handlers.exception.HandlerException
-
- All Implemented Interfaces:
Serializable
public class HandlerException extends Exception
An Exception used by the MessagingHandlers to propagate errors to the caller.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HandlerException(String message)
HandlerException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-