Class CipherException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.web3j.crypto.CipherException
All Implemented Interfaces:
Serializable

public class CipherException extends Exception
Cipher exception wrapper.
See Also:
  • Constructor Details

    • CipherException

      public CipherException(String message)
    • CipherException

      public CipherException(Throwable cause)
    • CipherException

      public CipherException(String message, Throwable cause)