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
Exception thrown when an error occurs during key agreement operations.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.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 Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
KeyAgreementException
public KeyAgreementException()Constructor. -
KeyAgreementException
Constructor.- Parameters:
message
- exception message
-
KeyAgreementException
Constructor.- Parameters:
cause
- exception to be wrapped by this one
-
KeyAgreementException
Constructor.- Parameters:
message
- exception messagecause
- exception to be wrapped by this one
-