Class SecretEncryptor.EncryptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scivicslab.turingworkflow.plugins.secret.SecretEncryptor.EncryptionException
All Implemented Interfaces:
Serializable
Enclosing class:
SecretEncryptor

public static class SecretEncryptor.EncryptionException extends Exception
Exception thrown when encryption or decryption operations fail.

Wraps the underlying cryptographic or I/O exception with a descriptive message.

See Also:
  • Constructor Details

    • EncryptionException

      public EncryptionException(String message, Throwable cause)
      Creates a new EncryptionException with the specified detail message and cause.
      Parameters:
      message - a description of what went wrong
      cause - the underlying exception