Package net.shibboleth.shared.security
Class KeyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.KeyException
net.shibboleth.shared.security.KeyNotFoundException
- All Implemented Interfaces:
Serializable
Indicates that a key was not found in a key storage facility.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.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 Details
-
serialVersionUID
private static final long serialVersionUIDGenerated UUID.- See Also:
-
-
Constructor Details
-
KeyNotFoundException
public KeyNotFoundException()Constructor. -
KeyNotFoundException
Constructor.- Parameters:
message- exception message
-
KeyNotFoundException
Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
KeyNotFoundException
Constructor.- Parameters:
message- exception messagewrappedException- exception to be wrapped by this one
-