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