Class EncryptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.encrypt.EncryptionException
All Implemented Interfaces:
Serializable

public class EncryptionException extends RuntimeException
Runtime exception thrown if there is a problem with the encryption or decryption.
Since:
1.9.0
See Also:
  • Constructor Details

    • EncryptionException

      public EncryptionException()
    • EncryptionException

      public EncryptionException(String message)
    • EncryptionException

      public EncryptionException(Throwable cause)
    • EncryptionException

      public EncryptionException(String message, Throwable cause)