org.subethamail.smtp.auth
Class LoginFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.subethamail.smtp.auth.LoginFailedException
All Implemented Interfaces:
java.io.Serializable

public class LoginFailedException
extends java.lang.Exception

Exception expected to be thrown by a validator (i.e UsernamePasswordValidator)

Author:
Marco Trevisan
See Also:
Serialized Form

Constructor Summary
LoginFailedException()
          Creates a new instance of LoginFailedException
LoginFailedException(java.lang.String msg)
          Creates a new instance of LoginFailedException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

LoginFailedException

public LoginFailedException()
Creates a new instance of LoginFailedException


LoginFailedException

public LoginFailedException(java.lang.String msg)
Creates a new instance of LoginFailedException



Copyright © 2011 SubEthaSMTP. All Rights Reserved. Build version: UNVERSIONED