Class CryptoException

All Implemented Interfaces:
Serializable

public class CryptoException extends RuntimeException
An exception indicating a encrypted database in the database was not able ot be encrypted or decrypted
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException(String message)
    • CryptoException

      public CryptoException(String message, Exception e)