- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.net.http.HttpTimeoutException
-
- com.github.mizosoft.methanol.HttpReadTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpReadTimeoutException extends java.net.http.HttpTimeoutExceptionThrown when a body subscriber doesn't receive a requested signal within a timeout.
-
-
Constructor Summary
Constructors Constructor Description HttpReadTimeoutException(java.lang.String message)Creates a newHttpReadTimeoutException.
-