Class CryptoException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CryptoException
    extends java.security.GeneralSecurityException
    The CryptoException is thrown by the service methods of the CryptoSupport service. Generally exceptions of this type will provide more information on the encryption or decryption failure in the getCause() method.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CryptoException​(java.lang.String message)  
      CryptoException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CryptoException

        public CryptoException​(java.lang.String message)
      • CryptoException

        public CryptoException​(java.lang.String message,
                               java.lang.Throwable cause)