Class StringEncrypter.EncryptionException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    StringEncrypter

    public static class StringEncrypter.EncryptionException
    extends java.lang.Exception
    Exception Wrapper for any error that might occur during the encryption or decryption process.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EncryptionException​(java.lang.Throwable t)  
    • 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

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

      • EncryptionException

        public EncryptionException​(java.lang.Throwable t)