Class DecryptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helixframework.aws.encryption.DecryptionException
All Implemented Interfaces:
Serializable

public class DecryptionException extends RuntimeException
Exception thrown when errors are encountered during decryption.
See Also:
  • Constructor Details

    • DecryptionException

      public DecryptionException(String message)
    • DecryptionException

      public DecryptionException(String message, Throwable throwable)