Class PasswordException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PasswordException
    extends AdaptrisSecurityException
    Wraps any exceptions encountered during Password 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

      • PasswordException

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

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

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

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