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
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 |
MailSystemException
public MailSystemException()
MailSystemException
public MailSystemException(String
message,
Throwable
t)
- Constructor
MailSystemException
public MailSystemException(String
message)
- Constructor
MailSystemException
public MailSystemException(Throwable
t)
- Constructor