javax.mail
Class FolderClosedException

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

public class FolderClosedException
extends MessagingException

Version:
$Rev: 54266 $ $Date: 2004-10-10 15:02:50 -0600 (Sun, 10 Oct 2004) $
See Also:
Serialized Form

Field Summary
private  Folder _folder
           
 
Fields inherited from class javax.mail.MessagingException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FolderClosedException(Folder folder)
           
FolderClosedException(Folder folder, java.lang.String message)
           
 
Method Summary
 Folder getFolder()
           
 
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
 

Field Detail

_folder

private transient Folder _folder
Constructor Detail

FolderClosedException

public FolderClosedException(Folder folder)

FolderClosedException

public FolderClosedException(Folder folder,
                             java.lang.String message)
Method Detail

getFolder

public Folder getFolder()