javax.mail

Class StoreClosedException


public class StoreClosedException
extends MessagingException

Constructor Summary

StoreClosedException(Store store)
StoreClosedException(Store store, String message)

Method Summary

Store
getStore()

Methods inherited from class javax.mail.MessagingException

getMessage, getNextException, setNextException

Constructor Details

StoreClosedException

public StoreClosedException(Store store)

StoreClosedException

public StoreClosedException(Store store,
                            String message)

Method Details

getStore

public Store getStore()