Package org.opensaml.messaging.handler
Class MessageHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.messaging.MessageException
org.opensaml.messaging.handler.MessageHandlerException
- All Implemented Interfaces:
Serializable
Base class for message handling-related exceptions.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.MessageHandlerException
(Exception wrappedException) Constructor.MessageHandlerException
(String message) Constructor.MessageHandlerException
(String message, Exception wrappedException) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
MessageHandlerException
public MessageHandlerException()Constructor. -
MessageHandlerException
Constructor.- Parameters:
message
- exception message
-
MessageHandlerException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
MessageHandlerException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-