Package 

Class HttpError.Timeout

  • 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.

    • Method Summary

      Modifier and Type Method Description
      String getMessage() An error message.
      Error getCause() The cause error or null if there is none.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpError.Timeout

        HttpError.Timeout(Error cause)