com.ezprotocols.ezsmtp
Class EzSMTPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ezprotocols.ezsmtp.EzSMTPException
All Implemented Interfaces:
java.io.Serializable

public class EzSMTPException
extends java.lang.Exception

EzSMTPException is thrown when a problem occurs during communication with the SMTP Server.

See Also:
Serialized Form

Constructor Summary
EzSMTPException()
           
EzSMTPException(java.lang.String description)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EzSMTPException

public EzSMTPException()

EzSMTPException

public EzSMTPException(java.lang.String description)


Copyright © EzProtocols.com All Rights Reserved.