Package org.subethamail.smtp.auth
Class LoginFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.subethamail.smtp.auth.LoginFailedException
- All Implemented Interfaces:
Serializable
Exception expected to be thrown by a validator (i.e UsernamePasswordValidator)
- Author:
- Marco Trevisan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of LoginFailedExceptionCreates a new instance of LoginFailedException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LoginFailedException
public LoginFailedException()Creates a new instance of LoginFailedException -
LoginFailedException
Creates a new instance of LoginFailedException
-