Class PasswordCrypto.CryptoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bonitasoft.processbuilder.extension.PasswordCrypto.CryptoException
All Implemented Interfaces:
Serializable
Enclosing class:
PasswordCrypto

public static class PasswordCrypto.CryptoException extends RuntimeException
Exception thrown when cryptographic operations fail.
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException(String message)
      Constructs a new CryptoException with the specified detail message.
      Parameters:
      message - the detail message
    • CryptoException

      public CryptoException(String message, Throwable cause)
      Constructs a new CryptoException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception