Package jdk.incubator.http
Class HttpTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- jdk.incubator.http.HttpTimeoutException
-
public class HttpTimeoutException extends java.io.IOException
Thrown when a response is not received within a specified time period.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpTimeoutException(java.lang.String message)
-