SunONE Application Server v8.0 PE

javax.mail
Class FolderNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.mail.MessagingException
              extended byjavax.mail.FolderNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FolderNotFoundException
extends MessagingException

This exception is thrown by Folder methods, when those methods are invoked on a non existent folder.

Author:
John Mani
See Also:
Serialized Form

Constructor Summary
FolderNotFoundException()
          Constructs a MessagingException with no detail message.
FolderNotFoundException(Folder folder)
          Constructs a MessagingException with the specified folder.
FolderNotFoundException(Folder folder, java.lang.String s)
          Constructs a MessagingException with the specified folder and the specified detail message.
FolderNotFoundException(java.lang.String s, Folder folder)
          Constructs a MessagingException with the specified detail message and the specified folder.
 
Method Summary
 Folder getFolder()
          Returns the offending Folder object.
 
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FolderNotFoundException

public FolderNotFoundException()
Constructs a MessagingException with no detail message.


FolderNotFoundException

public FolderNotFoundException(Folder folder)
Constructs a MessagingException with the specified folder.

Parameters:
folder - the Folder
Since:
JavaMail 1.2

FolderNotFoundException

public FolderNotFoundException(Folder folder,
                               java.lang.String s)
Constructs a MessagingException with the specified folder and the specified detail message.

Parameters:
folder - the Folder
s - the detail message
Since:
JavaMail 1.2

FolderNotFoundException

public FolderNotFoundException(java.lang.String s,
                               Folder folder)
Constructs a MessagingException with the specified detail message and the specified folder.

Parameters:
s - the detail message
folder - the Folder
Method Detail

getFolder

public Folder getFolder()
Returns the offending Folder object.

Returns:
the Folder object. Note that the returned value can be null.

SunONE Application Server v8.0 PE

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.