Package javax.mail
Class StoreClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.mail.MessagingException
-
- javax.mail.StoreClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class StoreClosedException extends MessagingException
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.
- Version:
- 1.4
- Author:
- Chris Burdess
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreClosedException(Store store)
StoreClosedException(Store store, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Store
getStore()
Returns the store.-
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, printStackTrace, printStackTrace, setNextException
-
-