- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.net.http.HttpTimeoutException
-
- com.github.mizosoft.methanol.HttpHeadersTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpHeadersTimeoutException extends java.net.http.HttpTimeoutExceptionThrown when all response headers aren't received within a timeout.
-
-
Constructor Summary
Constructors Constructor Description HttpHeadersTimeoutException(java.lang.String message)Creates a newHttpHeadersTimeoutExceptionwith the given message.
-