Sun Adapter for e-Mail API

com.stc.connector.emailadapter.webservice
Class EmailWebException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.emailadapter.webservice.EmailWebException
All Implemented Interfaces:
java.io.Serializable

public class EmailWebException
extends java.lang.Exception

Email web service exception wrapper.

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

Constructor Summary
EmailWebException()
          Default constructor for EmailWebException.
EmailWebException(java.lang.String msg)
          Constructor for EmailWebException.
 
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

EmailWebException

public EmailWebException()
Default constructor for EmailWebException.


EmailWebException

public EmailWebException(java.lang.String msg)
Constructor for EmailWebException.


Sun Adapter for e-Mail API