com.nitido.nimx.nuggets.javamail
Class MessageNotInFolderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nitido.nim.NiMException
com.nitido.nimx.nuggets.javamail.JavaMailNuggetException
com.nitido.nimx.nuggets.javamail.MessageNotInFolderException
- All Implemented Interfaces:
- java.io.Serializable
public class MessageNotInFolderException
- extends JavaMailNuggetException
This exception is thrown when the caller attempt to perform an
action, but the message is not stored in the specified folder.
This error usually occurs when the caller attempts to retrieves the
message UIDs, which depends on which folder the message is stored in.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
ERR_MSG
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ERR_MSG
public static final java.lang.String ERR_MSG
- See Also:
- Constant Field Values
MessageNotInFolderException
public MessageNotInFolderException()
- Default constructor.
MessageNotInFolderException
public MessageNotInFolderException(int errorCode,
java.lang.String msg)
MessageNotInFolderException
public MessageNotInFolderException(int errorCode,
java.lang.String msg,
java.lang.Throwable rootCause)
MessageNotInFolderException
public MessageNotInFolderException(java.lang.String msg,
java.lang.Throwable rootCause)
These JavaDoc pages are generated for release/nim_2_5-2.5.44 Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.