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
public class KeyDerivationException extends Exception
Exception thrown when an error occurs during key derivation operations.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDSerial version UID.
-
Constructor Summary
Constructors Constructor Description KeyDerivationException()Constructor.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 Detail
-
serialVersionUID
private static final long serialVersionUID
Serial version UID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
KeyDerivationException
public KeyDerivationException()
Constructor.
-
KeyDerivationException
public KeyDerivationException(@Nullable String message)Constructor.- Parameters:
message- exception message
-
KeyDerivationException
public KeyDerivationException(@Nullable Throwable cause)Constructor.- Parameters:
cause- exception to be wrapped by this one
-
-