com.aspose.email
Class MailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.email.MailException
All Implemented Interfaces:
Serializable

public class MailException
extends RuntimeException

Represents the exception that is thrown when the mail message processing.

See Also:
Serialized Form

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

MailException

public MailException()

Initializes a new instance of the MailException class.


MailException

public MailException(String message)

Initializes a new instance of the MailException class.

Parameters:
message - The message.

MailException

public MailException(String message,
                     RuntimeException inner)

Initializes a new instance of the MailException class.

Parameters:
message - The message.
inner - The inner.


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.