|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspose.network.MailException
public class MailException
Represents the exception that is thrown when the mail message processing.
Constructor Summary | |
---|---|
MailException()
Initializes a new instance of the MailException class. |
|
MailException(String message)
Initializes a new instance of the MailException class. |
|
MailException(String message,
RuntimeException inner)
Initializes a new instance of the MailException class. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MailException()
Initializes a new instance of the MailException
class.
public MailException(String message)
Initializes a new instance of the MailException
class.
message
- The message.public MailException(String message, RuntimeException inner)
Initializes a new instance of the MailException
class.
message
- The message.inner
- The inner.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |