Package com.amazonaws.http.exception
Class HttpRequestTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.amazonaws.http.exception.HttpRequestTimeoutException
- All Implemented Interfaces:
Serializable
Signals that the http request could not complete within the specified timeout.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpRequestTimeoutException
(String message) HttpRequestTimeoutException
(String message, Throwable throwable) HttpRequestTimeoutException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpRequestTimeoutException
-
HttpRequestTimeoutException
-
HttpRequestTimeoutException
-