MailSystemException Class

com.bea.p13n.mail
MailSystemException Class

public class MailSystemException

    extends SystemException

System exception to signify a low-level error in the mail components.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        SystemException
          MailSystemException
All Implemented Interfaces

Serializable

Constructor Summary

MailSystemException()

MailSystemException(String message, Throwable t)

Constructor
MailSystemException(String message)

Constructor
MailSystemException(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

MailSystemException

public MailSystemException()

MailSystemException

public MailSystemException(String message, 
                           Throwable t)
Constructor

MailSystemException

public MailSystemException(String message)
Constructor

MailSystemException

public MailSystemException(Throwable t)
Constructor