Package nablarch.fw.messaging
Class MessageSendSyncTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.fw.messaging.MessagingException
nablarch.fw.messaging.MessageSendSyncTimeoutException
- All Implemented Interfaces:
Serializable
送信した電文に対する応答電文をタイムアウト時間内に受信することができなかった場合に
送出される例外。
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageSendSyncTimeoutException
コンストラクタ。- Parameters:
message
- エラーメッセージretryCount
- リトライ回数
-
-
Method Details
-
getRetryCount
public int getRetryCount()リトライ回数を取得する。- Returns:
- リトライ回数
-