Package org.opensaml.messaging
Class MessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.messaging.MessageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MessageDecodingException
,MessageEncodingException
,MessageHandlerException
Base class for messaging-related checked exceptions.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.MessageException
(Exception wrappedException) Constructor.MessageException
(String message) Constructor.MessageException
(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
-
MessageException
public MessageException()Constructor. -
MessageException
Constructor.- Parameters:
message
- exception message
-
MessageException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
MessageException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-