Package org.opensaml.xmlsec.derivation
Class KeyDerivationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.xmlsec.derivation.KeyDerivationException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs during key derivation operations.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.KeyDerivationException
(String message) Constructor.KeyDerivationException
(String message, Throwable cause) Constructor.KeyDerivationException
(Throwable cause) 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 serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
KeyDerivationException
public KeyDerivationException()Constructor. -
KeyDerivationException
Constructor.- Parameters:
message
- exception message
-
KeyDerivationException
Constructor.- Parameters:
cause
- exception to be wrapped by this one
-
KeyDerivationException
Constructor.- Parameters:
message
- exception messagecause
- exception to be wrapped by this one
-