SilverStream
Application Server 3.5

com.sssw.srv.mail
Class AgoMailSendException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--com.sssw.rt.util.AgoException
                   |
                   +--com.sssw.srv.mail.AgoInternetClientException
                         |
                         +--com.sssw.srv.mail.AgoMailSendException
All Implemented Interfaces:
AgiParentedException, Serializable

public class AgoMailSendException
extends com.sssw.srv.mail.AgoInternetClientException

Handles exception thrown by the AgoMailSend class.

See Also:
Serialized Form

Constructor Summary
AgoMailSendException(int messageid)
          The constructor for the AgoMailSendException class.
 
Methods inherited from class com.sssw.rt.util.AgoException
copyTo, getExceptionHTML, getExceptionMessage, getExceptionMessage, getHTML, getMessage, getMessage, getParentException, printStackTrace, printStackTrace, printStackTrace, setHTML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods implemented from interface com.sssw.rt.util.AgiParentedException
getExceptionParent
 

Constructor Detail

AgoMailSendException

public AgoMailSendException(int messageid)
The constructor for the AgoMailSendException class.
Parameters:
messageid - specifies the error message.
Example:
    AgoMailSendException sendExc = new AgoMailSendException(messageidInt);

SilverStream
Application Server 3.5