com.lavantech.net.mail
Class SMTPAuthException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.lavantech.net.mail.SMTPAuthException
All Implemented Interfaces:
java.io.Serializable

public class SMTPAuthException
extends java.lang.Exception

This exception is thrown when authentication with the Mail Server fails for a given login and password while sending mail.

See Also:
Serialized Form

Constructor Summary
SMTPAuthException(java.lang.String msg)
          Constructs the exception with the given message.
 
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

SMTPAuthException

public SMTPAuthException(java.lang.String msg)
Constructs the exception with the given message.

Parameters:
msg - Message for the exception.