Class EncryptException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EncryptException
    extends AdaptrisSecurityException
    Wraps any exception encountered during encryption operations.
    See Also:
    Serialized Form
    • 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

      • EncryptException

        public EncryptException()
        See Also:
        Exception()
      • EncryptException

        public EncryptException​(java.lang.String s)
        See Also:
        Exception(String)
      • EncryptException

        public EncryptException​(java.lang.String s,
                                java.lang.Throwable t)
        See Also:
        Exception(String, Throwable)
      • EncryptException

        public EncryptException​(java.lang.Throwable t)
        See Also:
        Exception(Throwable)