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
public class MessageHandlerException extends MessageException
Base class for message handling-related exceptions.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serial version UID. -
Constructor Summary
Constructors Constructor Description MessageHandlerException()
Constructor.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:
- Constant Field Values
-
-
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
-