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.
| Constructor and Description |
|---|
StoreClosedException(Store store) |
StoreClosedException(Store store,
java.lang.String message) |
StoreClosedException(Store store,
java.lang.String message,
java.lang.Exception e) |
| Modifier and Type | Method and Description |
|---|---|
Store |
getStore()
Returns the store.
|
getCause, getNextException, setNextException, toStringpublic StoreClosedException(Store store)
public StoreClosedException(Store store, java.lang.String message)
public StoreClosedException(Store store, java.lang.String message, java.lang.Exception e)
public Store getStore()