Class KeyNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- java.security.KeyException
-
- net.shibboleth.utilities.java.support.security.KeyNotFoundException
-
- All Implemented Interfaces:
Serializable
public class KeyNotFoundException extends KeyException
Indicates that a key was not found in a key storage facility.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDGenerated UUID.
-
Constructor Summary
Constructors Constructor Description KeyNotFoundException()Constructor.KeyNotFoundException(Exception wrappedException)Constructor.KeyNotFoundException(String message)Constructor.KeyNotFoundException(String message, Exception wrappedException)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Generated UUID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
KeyNotFoundException
public KeyNotFoundException()
Constructor.
-
KeyNotFoundException
public KeyNotFoundException(@Nullable String message)Constructor.- Parameters:
message- exception message
-
KeyNotFoundException
public KeyNotFoundException(@Nullable Exception wrappedException)Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
-