Package org.opensaml.xmlsec.agreement
Class KeyAgreementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opensaml.xmlsec.agreement.KeyAgreementException
-
- All Implemented Interfaces:
Serializable
public class KeyAgreementException extends Exception
Exception thrown when an error occurs during key agreement operations.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDSerial version UID.
-
Constructor Summary
Constructors Constructor Description KeyAgreementException()Constructor.KeyAgreementException(String message)Constructor.KeyAgreementException(String message, Throwable cause)Constructor.KeyAgreementException(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
-
KeyAgreementException
public KeyAgreementException()
Constructor.
-
KeyAgreementException
public KeyAgreementException(@Nullable String message)Constructor.- Parameters:
message- exception message
-
KeyAgreementException
public KeyAgreementException(@Nullable Throwable cause)Constructor.- Parameters:
cause- exception to be wrapped by this one
-
-