Package org.opensaml.messaging.decoder
Class MessageDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.messaging.MessageException
org.opensaml.messaging.decoder.MessageDecodingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SOAP11FaultDecodingException
Exception thrown when a problem occurs decoding a message.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.MessageDecodingException
(Exception wrappedException) Constructor.MessageDecodingException
(String message) Constructor.MessageDecodingException
(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
-
MessageDecodingException
public MessageDecodingException()Constructor. -
MessageDecodingException
Constructor.- Parameters:
message
- exception message
-
MessageDecodingException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
MessageDecodingException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-