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