public class MailException extends RuntimeException
Represents the exception that is thrown when the mail message processing.
Constructor and Description |
---|
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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.