public class StoreClosedException extends MessagingException
The connect method may be invoked on the store object to
reconnect, but any references to existing folders and messages should be
considered invalid.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors
Constructor and Description
StoreClosedException(Store store)
StoreClosedException(Store store,
java.lang.String message)
StoreClosedException(Store store,
java.lang.String message,
java.lang.Exception e)
-
Method Summary
Methods
Modifier and Type
Method and Description
Store
getStore()
Returns the store.
-
Methods inherited from class javax.mail.MessagingException
getCause, getNextException, setNextException, toString
-
-
Constructor Detail
-
StoreClosedException
public StoreClosedException(Store store)
-
StoreClosedException
public StoreClosedException(Store store,
java.lang.String message)
-
StoreClosedException
public StoreClosedException(Store store,
java.lang.String message,
java.lang.Exception e)
- Since:
- JavaMail 1.5
-
Method Detail
-
getStore
public Store getStore()
Returns the store.