MailServiceException Class

com.bea.p13n.mail
MailServiceException Class

public class MailServiceException

    extends ApplicationException

Application exception class that will be thrown when a low-level error occurs in the mail service.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        MailServiceException
All Implemented Interfaces

Serializable

Constructor Summary

MailServiceException()

MailServiceException(String message, Throwable t)

Constructor
MailServiceException(String message)

Constructor
MailServiceException(Throwable t)

Constructor
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

MailServiceException

public MailServiceException()

MailServiceException

public MailServiceException(String message, 
                            Throwable t)
Constructor

MailServiceException

public MailServiceException(String message)
Constructor

MailServiceException

public MailServiceException(Throwable t)
Constructor