Package 

Class HttpError.MalformedResponse

  • All Implemented Interfaces:
    org.readium.r2.shared.util.Error , org.readium.r2.shared.util.data.AccessError

    
    public final class HttpError.MalformedResponse
    extends HttpError
                        

    Malformed HTTP response.

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

        HttpError.MalformedResponse(Error cause)