public class StoreClosedException extends MessagingException
接続メソッドは、デッドストアオブジェクトで呼び出されて復活する場合があります。
getMessage() メソッドは、この例外の原因となったエラーに関するより詳細な情報を返します。
コンストラクターと説明 |
---|
StoreClosedException(Store store) 詳細メッセージなしで StoreClosedException を構築します。 |
StoreClosedException(Store store, StringSE message) 指定された詳細メッセージで StoreClosedException を構築します。 |
StoreClosedException(Store store, StringSE message, ExceptionSE e) 指定された詳細メッセージと埋め込み例外を使用して StoreClosedException を構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
Store | getStore() デッドストアオブジェクトを返します。 |
getCause, getNextException, setNextException, toString
addSuppressedSE, fillInStackTraceSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public StoreClosedException(Store store)
store
- 死んだ Store オブジェクト public StoreClosedException(Store store, StringSE message)
store
- 死んだ Store オブジェクト message
- 詳細なエラーメッセージ public StoreClosedException(Store store, StringSE message, ExceptionSE e)
store
- 死んだ Store オブジェクト message
- 詳細なエラーメッセージ e
- 埋め込まれた例外 public Store getStore()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.