Package net.shibboleth.idp.attribute
Class AttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.attribute.AttributeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttributeDecodingException
,AttributeEncodingException
,AttributeFilterException
,UnsupportedAttributeTypeException
Base class for attribute related exceptions.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.AttributeException
(Exception wrappedException) Constructor.AttributeException
(String message) Constructor.AttributeException
(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
-
AttributeException
public AttributeException()Constructor. -
AttributeException
Constructor.- Parameters:
message
- exception message
-
AttributeException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
AttributeException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-