Uses of Class
jakarta.mail.StoreClosedException
-
Packages that use StoreClosedException Package Description com.sun.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store. -
-
Uses of StoreClosedException in com.sun.mail.imap
Methods in com.sun.mail.imap that throw StoreClosedException Modifier and Type Method Description protected voidIMAPFolder. throwClosedException(ConnectionException cex)Throw the appropriate 'closed' exception.
-