Class CipherException

All Implemented Interfaces:
Serializable

public class CipherException extends RuntimeException
Since:
1.7
See Also:
  • Constructor Details

    • CipherException

      public CipherException()
    • CipherException

      public CipherException(String message)
    • CipherException

      public CipherException(Throwable cause)
    • CipherException

      public CipherException(String message, Throwable cause)