-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error,org.readium.r2.shared.util.data.AccessError
public final class HttpError.Timeout extends HttpError
The client, server or gateways timed out.
-
-
Constructor Summary
Constructors Constructor Description HttpError.Timeout(Error cause)
-
Method Summary
Modifier and Type Method Description StringgetMessage()An error message. ErrorgetCause()The cause error or null if there is none. -
-
Constructor Detail
-
HttpError.Timeout
HttpError.Timeout(Error cause)
-
-
Method Detail
-
getMessage
String getMessage()
An error message.
-
-
-
-