Class CryptoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
overit.geocall.util.CryptoException
All Implemented Interfaces:
Serializable

public class CryptoException extends Exception
Exception about problems occurred during encryption/decryption operations.
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException(String message, Throwable cause)