|
Préférences
Moteurs de recherche
|
|||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.mail
|
Constructor Summary | |
---|---|
StoreClosedException(Store store)
Constructor |
|
StoreClosedException(Store store,
String message)
Constructor |
Method Summary | |
---|---|
Store |
getStore()
Returns the dead Store object |
Methods inherited from class javax.mail.MessagingException |
---|
getCause, getNextException, setNextException, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StoreClosedException(Store store)
store
- The dead Store objectpublic StoreClosedException(Store store, String message)
store
- The dead Store objectmessage
- The detailed error messageMethod Detail |
---|
public Store getStore()