public class StoreClosedException extends MessagingException
The connect method may be invoked on the dead Store object to revive it.
The getMessage() method returns more detailed information about the error that caused this exception.
Constructor and Description |
---|
StoreClosedException(Store store)
Constructor
|
StoreClosedException(Store store,
java.lang.String message)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Store |
getStore()
Returns the dead Store object
|
getCause, getNextException, setNextException, toString
public StoreClosedException(Store store)
store
- The dead Store objectpublic StoreClosedException(Store store, java.lang.String message)
store
- The dead Store objectmessage
- The detailed error messagepublic Store getStore()
Copyright © 2012 Oracle. All Rights Reserved.