Sun Adapter for e-Mail API

com.stc.connector.emailadapter.appconn
Class EmailApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationException
              extended by com.stc.connector.emailadapter.appconn.EmailApplicationException
All Implemented Interfaces:
java.io.Serializable

public class EmailApplicationException
extends com.stc.connector.appconn.common.ApplicationException

Exception class for Email application.

Version:
$Version$
Author:
$Author: cmbuild $
See Also:
Serialized Form

Constructor Summary
EmailApplicationException()
          Creates a new instance of EmailApplicationException without detail message.
EmailApplicationException(java.lang.String msg)
          Constructs an instance of EmailApplicationException with the specified detail message.
EmailApplicationException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an instance of EmailApplicationException with the specified detail message.
 
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

EmailApplicationException

public EmailApplicationException()
Creates a new instance of EmailApplicationException without detail message.


EmailApplicationException

public EmailApplicationException(java.lang.String msg)
Constructs an instance of EmailApplicationException with the specified detail message.

Parameters:
msg - the detail message.

EmailApplicationException

public EmailApplicationException(java.lang.String msg,
                                 java.lang.Throwable cause)
Constructs an instance of EmailApplicationException with the specified detail message.

Parameters:
msg - the detail message.

Sun Adapter for e-Mail API