public class MailException
extends Exception
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,
Throwable inner)
Initializes a new instance of the
MailException class. |
getHResult, getInnerException, getType, setErrorCode, setHResult, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MailException()
Initializes a new instance of the MailException class.
public MailException(String message)
Initializes a new instance of the MailException class.
message - The message.Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.