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