public class MailException extends PortalException
Modifier and Type | Field and Description |
---|---|
static int |
ACCOUNT_ALREADY_EXISTS |
static int |
ACCOUNT_CONNECTIONS_FAILED |
static int |
ACCOUNT_INCOMING_CONNECTION_FAILED |
static int |
ACCOUNT_OUTGOING_CONNECTION_FAILED |
static int |
FOLDER_ALREADY_EXISTS |
static int |
FOLDER_CREATE_FAILED |
static int |
FOLDER_DELETE_FAILED |
static int |
FOLDER_DOES_NOT_EXIST |
static int |
FOLDER_INVALID_DESTINATION |
static int |
FOLDER_PAGE_DOES_NOT_EXIST |
static int |
FOLDER_RENAME_FAILED |
static int |
FOLDER_REQUIRED |
static int |
MESSAGE_HAS_NO_RECIPIENTS |
static int |
MESSAGE_INVALID_ADDRESS |
static int |
MESSAGE_INVALID_FLAG |
static int |
MESSAGE_NOT_FOUND_ON_SERVER |
static int |
MESSAGE_NOT_SELECTED |
Constructor and Description |
---|
MailException() |
MailException(int type) |
MailException(int type,
java.lang.String value) |
MailException(int type,
java.lang.Throwable cause) |
MailException(int type,
java.lang.Throwable cause,
java.lang.String value) |
MailException(java.lang.String msg) |
MailException(java.lang.String msg,
java.lang.Throwable cause) |
MailException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
java.lang.String |
getValue() |
public static final int ACCOUNT_ALREADY_EXISTS
public static final int ACCOUNT_CONNECTIONS_FAILED
public static final int ACCOUNT_INCOMING_CONNECTION_FAILED
public static final int ACCOUNT_OUTGOING_CONNECTION_FAILED
public static final int FOLDER_ALREADY_EXISTS
public static final int FOLDER_CREATE_FAILED
public static final int FOLDER_DELETE_FAILED
public static final int FOLDER_DOES_NOT_EXIST
public static final int FOLDER_INVALID_DESTINATION
public static final int FOLDER_PAGE_DOES_NOT_EXIST
public static final int FOLDER_RENAME_FAILED
public static final int FOLDER_REQUIRED
public static final int MESSAGE_HAS_NO_RECIPIENTS
public static final int MESSAGE_INVALID_ADDRESS
public static final int MESSAGE_INVALID_FLAG
public static final int MESSAGE_NOT_FOUND_ON_SERVER
public static final int MESSAGE_NOT_SELECTED
public MailException()
public MailException(int type)
public MailException(int type, java.lang.String value)
public MailException(int type, java.lang.Throwable cause)
public MailException(int type, java.lang.Throwable cause, java.lang.String value)
public MailException(java.lang.String msg)
public MailException(java.lang.String msg, java.lang.Throwable cause)
public MailException(java.lang.Throwable cause)