Class 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 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
      • KeyAgreementException

        public KeyAgreementException​(@Nullable
                                     String message,
                                     @Nullable
                                     Throwable cause)
        Constructor.
        Parameters:
        message - exception message
        cause - exception to be wrapped by this one