|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.funambol.util.CodedException
com.funambol.mail.MailException
public class MailException
Thrown by the classes of the Mail library. The codes used by the MailException are in the range 2000-2999
Field Summary | |
---|---|
static int |
FOLDER_ERROR
Folder error |
static int |
GENERIC_MAIL_ERR
Generic code for an error in the Mail lib |
static int |
INVALID_ADDRESS
Invalid address |
static int |
INVALID_CONTENT
Invalid content type |
static int |
MESSAGE_DELETE_ERROR
Error removing message |
static int |
MESSAGE_ERROR
Message error |
Fields inherited from class com.funambol.util.CodedException |
---|
CONCURRENCE_ERROR, CONN_NOT_FOUND, CONNECTION_BLOCKED_BY_USER, DATA_NULL, ERR_READING_COMPRESSED_DATA, ILLEGAL_ARGUMENT, LIMIT_ERROR, MEMORY_ERROR, READ_SERVER_RESPONSE_ERROR, STORAGE_ERROR, WRITE_SERVER_REQUEST_ERROR |
Constructor Summary | |
---|---|
MailException(int code,
java.lang.String message)
|
Method Summary |
---|
Methods inherited from class com.funambol.util.CodedException |
---|
getCode |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int GENERIC_MAIL_ERR
public static final int INVALID_ADDRESS
public static final int INVALID_CONTENT
public static final int FOLDER_ERROR
public static final int MESSAGE_ERROR
public static final int MESSAGE_DELETE_ERROR
Constructor Detail |
---|
public MailException(int code, java.lang.String message)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |