@Published public class HttpMessagingTimeoutException extends HttpMessagingException
| コンストラクタと説明 | 
|---|
HttpMessagingTimeoutException()
詳細メッセージに 
nullを使用して、HttpMessagingTimeoutExceptionを構築する。 | 
HttpMessagingTimeoutException(String message)
指定された詳細メッセージを使用して、 
HttpMessagingTimeoutExceptionを構築する。 | 
HttpMessagingTimeoutException(String message,
                             String targetUrl,
                             Integer statusCode,
                             Throwable cause)
指定された詳細メッセージおよび起因となる例外を使用し、例外発生時の接続先及びHTTPステータスコードを指定して
  
HttpMessagingTimeoutExceptionを構築する。 | 
HttpMessagingTimeoutException(String message,
                             Throwable cause)
指定された詳細メッセージおよび起因となる例外を使用して、 
HttpMessagingTimeoutExceptionを構築する。 | 
HttpMessagingTimeoutException(Throwable cause)
指定された起因となる例外を使用して、 
HttpMessagingTimeoutExceptionを構築する。 | 
getMessage, getStatusCode, getTargetUrl, setStatusCode, setTargetUrlpublic HttpMessagingTimeoutException()
nullを使用して、HttpMessagingTimeoutExceptionを構築する。public HttpMessagingTimeoutException(String message, Throwable cause)
HttpMessagingTimeoutExceptionを構築する。message - 詳細メッセージcause - 起因となる例外public HttpMessagingTimeoutException(String message, String targetUrl, Integer statusCode, Throwable cause)
HttpMessagingTimeoutExceptionを構築する。message - 詳細メッセージtargetUrl - 接続先statusCode - HTTPステータスコードcause - 起因となる例外public HttpMessagingTimeoutException(String message)
HttpMessagingTimeoutExceptionを構築する。message - 詳細メッセージpublic HttpMessagingTimeoutException(Throwable cause)
HttpMessagingTimeoutExceptionを構築する。cause - 起因となる例外