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:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • 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