All Packages Class Hierarchy This Package Previous Next Index
Class mkgray.adopted.SMTPException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----mkgray.adopted.SMTPException
- public class SMTPException
- extends Exception
SMTP Exceptions of SMTPmail are derived from here. All internal IOExceptions are caught here as well. Most exceptions are thrown only at the stage of actual sending a mail.
-
SMTPException(String)
-
SMTPException
public SMTPException(String what)
All Packages Class Hierarchy This Package Previous Next Index