javax.mail

Class StoreClosedException

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Store getStore()
      Returns the store.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StoreClosedException

        public StoreClosedException(Store store)
      • StoreClosedException

        public StoreClosedException(Store store,
                            java.lang.String message)
      • StoreClosedException

        public StoreClosedException(Store store,
                            java.lang.String message,
                            java.lang.Exception e)
        Since:
        JavaMail 1.5
    • Method Detail

      • getStore

        public Store getStore()
        Returns the store.