|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.StoreClosedException
public class StoreClosedException
An exception thrown when a method is invoked on a message or folder whose owner store has been closed for some reason.
The
connect method may be invoked on the store object to
reconnect, but any references to existing folders and messages should be
considered invalid.
Constructor Summary
StoreClosedException(Store store)
StoreClosedException(Store store,
String message)
Method Summary
Store
getStore()
Returns the store.
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, printStackTrace, printStackTrace, setNextException
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
StoreClosedException
public StoreClosedException(Store store)
StoreClosedException
public StoreClosedException(Store store,
String message)
Method Detail
getStore
public Store getStore()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved