javax.mail
Class 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.
StoreClosedException
public StoreClosedException(Store store)
StoreClosedException
public StoreClosedException(Store store,
String message)
getStore
public Store getStore()
Returns the store.
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved