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
public class HttpRequestTimeoutException extends IOException
Signals that the http request could not complete within the specified timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpRequestTimeoutException(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
-
-