Class KeyDerivationException

  • All Implemented Interfaces:
    Serializable

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

      • serialVersionUID

        private static final long serialVersionUID
        Serial version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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