com.ds.fw.smtp
Class FwEmailException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ds.fw.smtp.FwEmailException
All Implemented Interfaces:
java.io.Serializable

public class FwEmailException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
FwEmailException(java.lang.String msg)
           
FwEmailException(java.lang.String msg, java.lang.String method)
           
 
Method Summary
 java.lang.String getMethod()
           
 void setMethod(java.lang.String method)
           
 
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

FwEmailException

public FwEmailException(java.lang.String msg)

FwEmailException

public FwEmailException(java.lang.String msg,
                        java.lang.String method)
Method Detail

getMethod

public java.lang.String getMethod()

setMethod

public void setMethod(java.lang.String method)