Class HttpMessagingTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.fw.messaging.MessagingException
nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
nablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
- All Implemented Interfaces:
- Serializable
メッセージング機能で、コネクションの接続及びデータの読み込み要求がタイムアウトした場合に送出される例外。
- See Also:
- 
Constructor SummaryConstructorsConstructorDescription詳細メッセージにnullを使用して、HttpMessagingTimeoutExceptionを構築する。HttpMessagingTimeoutException(String message) 指定された詳細メッセージを使用して、HttpMessagingTimeoutExceptionを構築する。HttpMessagingTimeoutException(String message, String targetUrl, Integer statusCode, Throwable cause) 指定された詳細メッセージおよび起因となる例外を使用し、例外発生時の接続先及びHTTPステータスコードを指定してHttpMessagingTimeoutExceptionを構築する。HttpMessagingTimeoutException(String message, Throwable cause) 指定された詳細メッセージおよび起因となる例外を使用して、HttpMessagingTimeoutExceptionを構築する。指定された起因となる例外を使用して、HttpMessagingTimeoutExceptionを構築する。
- 
Method SummaryMethods inherited from class nablarch.fw.messaging.realtime.http.exception.HttpMessagingExceptiongetMessage, getStatusCode, getTargetUrl, setStatusCode, setTargetUrlMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
HttpMessagingTimeoutExceptionpublic HttpMessagingTimeoutException()詳細メッセージにnullを使用して、HttpMessagingTimeoutExceptionを構築する。
- 
HttpMessagingTimeoutException指定された詳細メッセージおよび起因となる例外を使用して、HttpMessagingTimeoutExceptionを構築する。- Parameters:
- message- 詳細メッセージ
- cause- 起因となる例外
 
- 
HttpMessagingTimeoutExceptionpublic HttpMessagingTimeoutException(String message, String targetUrl, Integer statusCode, Throwable cause) 指定された詳細メッセージおよび起因となる例外を使用し、例外発生時の接続先及びHTTPステータスコードを指定してHttpMessagingTimeoutExceptionを構築する。- Parameters:
- message- 詳細メッセージ
- targetUrl- 接続先
- statusCode- HTTPステータスコード
- cause- 起因となる例外
 
- 
HttpMessagingTimeoutException指定された詳細メッセージを使用して、HttpMessagingTimeoutExceptionを構築する。- Parameters:
- message- 詳細メッセージ
 
- 
HttpMessagingTimeoutException指定された起因となる例外を使用して、HttpMessagingTimeoutExceptionを構築する。- Parameters:
- cause- 起因となる例外
 
 
-