Class EncryptorException

All Implemented Interfaces:
Serializable

public class EncryptorException extends RuntimeException
The unchecked exception is thrown by Encryptor classes if there is any error while encrypting or decrypting values.
See Also:
  • Constructor Details

    • EncryptorException

      public EncryptorException(String message, Throwable cause)
    • EncryptorException

      public EncryptorException(String message)
    • EncryptorException

      public EncryptorException(Throwable cause)