Package net.shibboleth.idp.attribute
Class AttributeDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.attribute.AttributeException
net.shibboleth.idp.attribute.AttributeDecodingException
- All Implemented Interfaces:
Serializable
Indicates a problem during decoding into an attribute.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.AttributeDecodingException
(Exception wrappedException) Constructor.AttributeDecodingException
(String message) Constructor.AttributeDecodingException
(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 serialVersionUIDSerialization ID.- See Also:
-
-
Constructor Details
-
AttributeDecodingException
public AttributeDecodingException()Constructor. -
AttributeDecodingException
Constructor.- Parameters:
message
- exception message
-
AttributeDecodingException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
AttributeDecodingException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-