Name

javax.mail.StoreClosedException — This exception is thrown when one tries to operate on a message store that has died. No object associated with that store should be used after this exception.

Synopsis

public class StoreClosedException extends MessagingException {
    // Public Constructors
            public StoreClosedException(Store store);
           public StoreClosedException(Store store,     java.lang.String message);
    // Public Method
            public Store getStore();
}

Hierarchy

java.lang.Object→java.lang.Throwable→java.lang.Exception→javax.mail.
MessagingException→javax.mail.StoreClosedException

Get Programming Internet Email 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.