| org.apache.mailet.MailetException
MailetException | public class MailetException extends MessagingException (Code) | | Defines a general exception a mailet can throw when it encounters difficulty.
version: 1.0.0, 24/04/1999 |
Constructor Summary | |
public | MailetException() Constructs a new mailet exception. | public | MailetException(String message) Constructs a new mailet exception with the specified message. | public | MailetException(String message, Exception e) Constructs a new mailet exception when the mailet needs to throw
an exception and include a message about the "root cause" exception
that interfered with its normal operation, including a description
message. |
MailetException | public MailetException()(Code) | | Constructs a new mailet exception.
|
MailetException | public MailetException(String message)(Code) | | Constructs a new mailet exception with the specified message.
|
MailetException | public MailetException(String message, Exception e)(Code) | | Constructs a new mailet exception when the mailet needs to throw
an exception and include a message about the "root cause" exception
that interfered with its normal operation, including a description
message.
|
|
|