Name

StoreClosedException

Synopsis

This exception is thrown when a JavaMail method attempts to access a message store that has been closed. If this exception is thrown the message store and all dependent objects should be considered invalid.

                  Type Of
public class StoreClosedException extends MessagingException {
// Public Constructors
   public StoreClosedException( Store store);  
   public StoreClosedException( Store store, String message);  
// Public Instance Methods
   public Store getStore();  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.