com.webct.platform.sdk.mail
Class MailSDKErrorCodes

java.lang.Object
  extended by com.webct.platform.sdk.mail.MailSDKErrorCodes

public class MailSDKErrorCodes
extends java.lang.Object

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

GENERIC_MAIL_SDK_EXCEPTION

public static final java.lang.String GENERIC_MAIL_SDK_EXCEPTION
Description copied from class: MailSDKErrorCodes
The generic mail SDK error code. The exception cause should be derived from the context of the exception.

See Also:
Constant Field Values

UNABLE_TO_OBTAIN_MAIL_SERVICE

public static final java.lang.String UNABLE_TO_OBTAIN_MAIL_SERVICE
Description copied from class: MailSDKErrorCodes
The error code for the situation when the service cannot obtain the Vista implementation of the mail service.

See Also:
Constant Field Values

UNABLE_TO_CREATE_MAIL_SERVICE_EJB

public static final java.lang.String UNABLE_TO_CREATE_MAIL_SERVICE_EJB
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot create the Vista EJB of the mail service.

See Also:
Constant Field Values

UNABLE_TO_LOCATE_JNDI_OBJECT

public static final java.lang.String UNABLE_TO_LOCATE_JNDI_OBJECT
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot locat a JNDI object.

See Also:
Constant Field Values

INVALID_LEARNING_CONTEXT_ID

public static final java.lang.String INVALID_LEARNING_CONTEXT_ID
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service got an invalid learning context ID.

See Also:
Constant Field Values

UNABLE_TO_ACCESS_MAIL_SERVICE

public static final java.lang.String UNABLE_TO_ACCESS_MAIL_SERVICE
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot access the Vista implementation of the mail service.

See Also:
Constant Field Values

UNABLE_TO_COPY_MAIL

public static final java.lang.String UNABLE_TO_COPY_MAIL
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot copy a mail message.

See Also:
Constant Field Values

FOLDER_IS_NOT_IN_CURRENT_MAILBOX

public static final java.lang.String FOLDER_IS_NOT_IN_CURRENT_MAILBOX
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service detects that a requested folder is not in the current mail box.

See Also:
Constant Field Values

MESSAGE_IS_NOT_IN_CURRENT_MAILBOX

public static final java.lang.String MESSAGE_IS_NOT_IN_CURRENT_MAILBOX
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service detects that a requested message is not in the current mail box.

See Also:
Constant Field Values

UNABLE_TO_CREATE_NEW_FOLDER

public static final java.lang.String UNABLE_TO_CREATE_NEW_FOLDER
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot create a new folder.

See Also:
Constant Field Values

UNABLE_TO_DELETE_FOLDER

public static final java.lang.String UNABLE_TO_DELETE_FOLDER
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot delete a folder

See Also:
Constant Field Values

UNABLE_TO_DELETE_MAIL

public static final java.lang.String UNABLE_TO_DELETE_MAIL
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot delete a message

See Also:
Constant Field Values

UNABLE_TO_DELIVER_MAIL

public static final java.lang.String UNABLE_TO_DELIVER_MAIL
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot deliever a message

See Also:
Constant Field Values

UNABLE_TO_READ_MAIL

public static final java.lang.String UNABLE_TO_READ_MAIL
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot read a message

See Also:
Constant Field Values

UNABLE_TO_RETRIEVE_MEMBERS

public static final java.lang.String UNABLE_TO_RETRIEVE_MEMBERS
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot retrieve members of a section

See Also:
Constant Field Values

FOLDER_IS_NOT_VALID

public static final java.lang.String FOLDER_IS_NOT_VALID
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service detects that the folder is invalid.

See Also:
Constant Field Values

UNABLE_TO_MARK_RECEIPTS

public static final java.lang.String UNABLE_TO_MARK_RECEIPTS
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot mark receipts as read

See Also:
Constant Field Values

UNABLE_TO_MOVE_MAIL

public static final java.lang.String UNABLE_TO_MOVE_MAIL
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot move a message from on folder to another

See Also:
Constant Field Values

UNABLE_TO_MARK_MESSAGES_AS_UNREAD

public static final java.lang.String UNABLE_TO_MARK_MESSAGES_AS_UNREAD
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot mark receipts as not read

See Also:
Constant Field Values

UNABLE_TO_READ_MESSAGE

public static final java.lang.String UNABLE_TO_READ_MESSAGE
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot read a message

See Also:
Constant Field Values

UNABLE_TO_UPDATE_MESSAGE

public static final java.lang.String UNABLE_TO_UPDATE_MESSAGE
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot change a message

See Also:
Constant Field Values

UNABLE_TO_RENAME_FOLDER

public static final java.lang.String UNABLE_TO_RENAME_FOLDER
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot rename the folder

See Also:
Constant Field Values

UNABLE_TO_RETRIEVE_MAILBOX

public static final java.lang.String UNABLE_TO_RETRIEVE_MAILBOX
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot retrieve a mail mwessages from a mailbox

See Also:
Constant Field Values

UNABLE_TO_GET_MAILBOX_LISTING

public static final java.lang.String UNABLE_TO_GET_MAILBOX_LISTING
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot list messages in a mailbox

See Also:
Constant Field Values

INVALID_PARAMETER_EXCEPTION

public static final java.lang.String INVALID_PARAMETER_EXCEPTION
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service detected an invalid input parameter in its method

See Also:
Constant Field Values

INVALID_FORMAT_TYPE

public static final java.lang.String INVALID_FORMAT_TYPE
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service detects an invalid format of a message

See Also:
Constant Field Values

INVALID_MAIL_FOLDER_TYPE

public static final java.lang.String INVALID_MAIL_FOLDER_TYPE
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service detects an invalid folder type

See Also:
Constant Field Values

INVALID_VISIBILITY

public static final java.lang.String INVALID_VISIBILITY
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service detects an invalid visibility of a message

See Also:
Constant Field Values

INVALID_TARGET_TYPE

public static final java.lang.String INVALID_TARGET_TYPE
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service detects an invalid target type in a message

See Also:
Constant Field Values

NO_ATTACHMENT_SUPPORT

public static final java.lang.String NO_ATTACHMENT_SUPPORT
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service does not support attachments

See Also:
Constant Field Values

NO_SUCH_ATTACHMENT

public static final java.lang.String NO_SUCH_ATTACHMENT
Description copied from class: MailSDKErrorCodes
The error code for the situation when the SDK service cannot find a specified attachment

See Also:
Constant Field Values

INVALID_TARGET_ARRAY

public static final java.lang.String INVALID_TARGET_ARRAY
Description copied from class: MailSDKErrorCodes
The error code for the situation when the array of targets contains a null-value or an invalid target object

See Also:
Constant Field Values

INVALID_ATTACHMENT_ARRAY

public static final java.lang.String INVALID_ATTACHMENT_ARRAY
Description copied from class: MailSDKErrorCodes
The error code for the situation when the array of attachments contains a null-value or an invalid enclosure object

See Also:
Constant Field Values


Copyright © 2000-2004 WebCT Corp. All Rights Reserved.