Class CipherException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.cafapi.common.api.CipherException
All Implemented Interfaces:
Serializable

public class CipherException extends Exception
Thrown when a Cipher encounters a failure when encrypting or decrypting information.
See Also:
  • Constructor Details

    • CipherException

      public CipherException(String message, Throwable cause)
      Create a new CipherException.
      Parameters:
      message - the message indicating the problem
      cause - the exception cause