Package org.broadinstitute.http.nio
Class IncompatibleResponseToRangeQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.broadinstitute.http.nio.UnexpectedHttpResponseException
org.broadinstitute.http.nio.IncompatibleResponseToRangeQueryException
- All Implemented Interfaces:
Serializable
indicates that a partial file was returned when the whole file was expecteted or vice a versa
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.broadinstitute.http.nio.UnexpectedHttpResponseException
getResponseCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleResponseToRangeQueryException
- Parameters:
code
- the http response code recievedmsg
- human readable error message
-