Class KeyDerivationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.xmlsec.derivation.KeyDerivationException
All Implemented Interfaces:
Serializable

public class KeyDerivationException extends Exception
Exception thrown when an error occurs during key derivation operations.
See Also:
  • Field Details

    • serialVersionUID

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

    • KeyDerivationException

      public KeyDerivationException()
      Constructor.
    • KeyDerivationException

      public KeyDerivationException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • KeyDerivationException

      public KeyDerivationException(@Nullable Throwable cause)
      Constructor.
      Parameters:
      cause - exception to be wrapped by this one
    • KeyDerivationException

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