@ThreadSafe public class UnsupportedAttributeTypeException extends AttributeException
IdPAttributeValue type was expected but a
different one was encountered.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
UnsupportedAttributeTypeException()
Constructor.
|
UnsupportedAttributeTypeException(Exception wrappedException)
Constructor.
|
UnsupportedAttributeTypeException(String message)
Constructor.
|
UnsupportedAttributeTypeException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public UnsupportedAttributeTypeException()
public UnsupportedAttributeTypeException(@Nullable String message)
message - exception messagepublic UnsupportedAttributeTypeException(@Nullable Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.