Class CryptoHelperException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amilesend.client.crypto.CryptoHelperException
All Implemented Interfaces:
Serializable

public class CryptoHelperException extends Exception
Defines the exception thrown from CryptoHelper and CryptoHelperFactory.
See Also:
  • Constructor Details

    • CryptoHelperException

      public CryptoHelperException(String msg)
      Creates a new CryptoHelperException.
      Parameters:
      msg - the exception message
    • CryptoHelperException

      public CryptoHelperException(String msg, Throwable cause)
      Creates a new CryptoHelperException.
      Parameters:
      msg - the exception message
      cause - the cause of the exception