Nitido Inc.

com.nitido.nimx.nuggets.javamail
Class MessageNotInFolderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.nitido.nim.NiMException
              extended by com.nitido.nimx.nuggets.javamail.JavaMailNuggetException
                  extended by 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
           
 
Fields inherited from class com.nitido.nim.NiMException
_errorCode
 
Constructor Summary
MessageNotInFolderException()
          Default constructor.
MessageNotInFolderException(int errorCode, java.lang.String msg)
           
MessageNotInFolderException(int errorCode, java.lang.String msg, java.lang.Throwable rootCause)
           
MessageNotInFolderException(java.lang.String msg, java.lang.Throwable rootCause)
           
 
Method Summary
 
Methods inherited from class com.nitido.nimx.nuggets.javamail.JavaMailNuggetException
getRootCause
 
Methods inherited from class com.nitido.nim.NiMException
getErrorCode, toString
 
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
 

Field Detail

ERR_MSG

public static final java.lang.String ERR_MSG
See Also:
Constant Field Values
Constructor Detail

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)

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.