public class KeyNotFoundException
extends java.security.KeyException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Generated UUID.
|
| Constructor and Description |
|---|
KeyNotFoundException()
Constructor.
|
KeyNotFoundException(java.lang.Exception wrappedException)
Constructor.
|
KeyNotFoundException(java.lang.String message)
Constructor.
|
KeyNotFoundException(java.lang.String message,
java.lang.Exception wrappedException)
Constructor.
|
private static final long serialVersionUID
public KeyNotFoundException()
public KeyNotFoundException(@Nullable
java.lang.String message)
message - exception messagepublic KeyNotFoundException(@Nullable
java.lang.Exception wrappedException)
wrappedException - exception to be wrapped by this onepublic KeyNotFoundException(@Nullable
java.lang.String message,
@Nullable
java.lang.Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one