|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webct.platform.sdk.mail.MailSDKErrorCodes
public class MailSDKErrorCodes
Static class holding error code constants.
| Field Summary | |
|---|---|
static java.lang.String |
FOLDER_IS_NOT_IN_CURRENT_MAILBOX
The error code for the situation when the SDK service detects that a requested folder is not in the current mail box. |
static java.lang.String |
FOLDER_IS_NOT_VALID
The error code for the situation when the SDK service detects that the folder is invalid. |
static java.lang.String |
GENERIC_MAIL_SDK_EXCEPTION
The generic mail SDK error code. |
static java.lang.String |
INVALID_ATTACHMENT_ARRAY
The error code for the situation when the array of attachments contains a null-value or an invalid enclosure object |
static java.lang.String |
INVALID_FORMAT_TYPE
The error code for the situation when the SDK service detects an invalid format of a message |
static java.lang.String |
INVALID_LEARNING_CONTEXT_ID
The error code for the situation when the SDK service got an invalid learning context ID. |
static java.lang.String |
INVALID_MAIL_FOLDER_TYPE
The error code for the situation when the SDK service detects an invalid folder type |
static java.lang.String |
INVALID_PARAMETER_EXCEPTION
The error code for the situation when the SDK service detected an invalid input parameter in its method |
static java.lang.String |
INVALID_TARGET_ARRAY
The error code for the situation when the array of targets contains a null-value or an invalid target object |
static java.lang.String |
INVALID_TARGET_TYPE
The error code for the situation when the SDK service detects an invalid target type in a message |
static java.lang.String |
INVALID_VISIBILITY
The error code for the situation when the SDK service detects an invalid visibility of a message |
static java.lang.String |
MESSAGE_IS_NOT_IN_CURRENT_MAILBOX
The error code for the situation when the SDK service detects that a requested message is not in the current mail box. |
static java.lang.String |
NO_ATTACHMENT_SUPPORT
The error code for the situation when the SDK service does not support attachments |
static java.lang.String |
NO_SUCH_ATTACHMENT
The error code for the situation when the SDK service cannot find a specified attachment |
static java.lang.String |
UNABLE_TO_ACCESS_MAIL_SERVICE
The error code for the situation when the SDK service cannot access the Vista implementation of the mail service. |
static java.lang.String |
UNABLE_TO_COPY_MAIL
The error code for the situation when the SDK service cannot copy a mail message. |
static java.lang.String |
UNABLE_TO_CREATE_MAIL_SERVICE_EJB
The error code for the situation when the SDK service cannot create the Vista EJB of the mail service. |
static java.lang.String |
UNABLE_TO_CREATE_NEW_FOLDER
The error code for the situation when the SDK service cannot create a new folder. |
static java.lang.String |
UNABLE_TO_DELETE_FOLDER
The error code for the situation when the SDK service cannot delete a folder |
static java.lang.String |
UNABLE_TO_DELETE_MAIL
The error code for the situation when the SDK service cannot delete a message |
static java.lang.String |
UNABLE_TO_DELIVER_MAIL
The error code for the situation when the SDK service cannot deliever a message |
static java.lang.String |
UNABLE_TO_GET_MAILBOX_LISTING
The error code for the situation when the SDK service cannot list messages in a mailbox |
static java.lang.String |
UNABLE_TO_LOCATE_JNDI_OBJECT
The error code for the situation when the SDK service cannot locat a JNDI object. |
static java.lang.String |
UNABLE_TO_MARK_MESSAGES_AS_UNREAD
The error code for the situation when the SDK service cannot mark receipts as not read |
static java.lang.String |
UNABLE_TO_MARK_RECEIPTS
The error code for the situation when the SDK service cannot mark receipts as read |
static java.lang.String |
UNABLE_TO_MOVE_MAIL
The error code for the situation when the SDK service cannot move a message from on folder to another |
static java.lang.String |
UNABLE_TO_OBTAIN_MAIL_SERVICE
The error code for the situation when the service cannot obtain the Vista implementation of the mail service. |
static java.lang.String |
UNABLE_TO_READ_MAIL
The error code for the situation when the SDK service cannot read a message |
static java.lang.String |
UNABLE_TO_READ_MESSAGE
The error code for the situation when the SDK service cannot read a message |
static java.lang.String |
UNABLE_TO_RENAME_FOLDER
The error code for the situation when the SDK service cannot rename the folder |
static java.lang.String |
UNABLE_TO_RETRIEVE_MAILBOX
The error code for the situation when the SDK service cannot retrieve a mail mwessages from a mailbox |
static java.lang.String |
UNABLE_TO_RETRIEVE_MEMBERS
The error code for the situation when the SDK service cannot retrieve members of a section |
static java.lang.String |
UNABLE_TO_UPDATE_MESSAGE
The error code for the situation when the SDK service cannot change a message |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String GENERIC_MAIL_SDK_EXCEPTION
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_OBTAIN_MAIL_SERVICE
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_CREATE_MAIL_SERVICE_EJB
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_LOCATE_JNDI_OBJECT
MailSDKErrorCodes
public static final java.lang.String INVALID_LEARNING_CONTEXT_ID
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_ACCESS_MAIL_SERVICE
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_COPY_MAIL
MailSDKErrorCodes
public static final java.lang.String FOLDER_IS_NOT_IN_CURRENT_MAILBOX
MailSDKErrorCodes
public static final java.lang.String MESSAGE_IS_NOT_IN_CURRENT_MAILBOX
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_CREATE_NEW_FOLDER
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_DELETE_FOLDER
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_DELETE_MAIL
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_DELIVER_MAIL
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_READ_MAIL
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_RETRIEVE_MEMBERS
MailSDKErrorCodes
public static final java.lang.String FOLDER_IS_NOT_VALID
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_MARK_RECEIPTS
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_MOVE_MAIL
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_MARK_MESSAGES_AS_UNREAD
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_READ_MESSAGE
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_UPDATE_MESSAGE
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_RENAME_FOLDER
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_RETRIEVE_MAILBOX
MailSDKErrorCodes
public static final java.lang.String UNABLE_TO_GET_MAILBOX_LISTING
MailSDKErrorCodes
public static final java.lang.String INVALID_PARAMETER_EXCEPTION
MailSDKErrorCodes
public static final java.lang.String INVALID_FORMAT_TYPE
MailSDKErrorCodes
public static final java.lang.String INVALID_MAIL_FOLDER_TYPE
MailSDKErrorCodes
public static final java.lang.String INVALID_VISIBILITY
MailSDKErrorCodes
public static final java.lang.String INVALID_TARGET_TYPE
MailSDKErrorCodes
public static final java.lang.String NO_ATTACHMENT_SUPPORT
MailSDKErrorCodes
public static final java.lang.String NO_SUCH_ATTACHMENT
MailSDKErrorCodes
public static final java.lang.String INVALID_TARGET_ARRAY
MailSDKErrorCodes
public static final java.lang.String INVALID_ATTACHMENT_ARRAY
MailSDKErrorCodes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||