public class KeyAgreementException
extends java.lang.Exception
Status: Provisional (may be changed in future releases.)
KeyAgreement, Serialized Form| Constructor and Description |
|---|
KeyAgreementException()
Makes a new
KeyAgreementException with no arguments. |
KeyAgreementException(java.lang.String s)
Makes a new
KeyAgreementException with the given message string. |
KeyAgreementException(java.lang.String message, java.lang.Throwable cause) |
KeyAgreementException(java.lang.Throwable cause) |
public KeyAgreementException(java.lang.String message,
java.lang.Throwable cause)
public KeyAgreementException(java.lang.Throwable cause)
public KeyAgreementException()
KeyAgreementException with no arguments.public KeyAgreementException(java.lang.String s)
KeyAgreementException with the given message string.