Serialized Form
-
Package org.broadinstitute.http.nio
-
Exception Class org.broadinstitute.http.nio.IncompatibleResponseToRangeQueryException
class IncompatibleResponseToRangeQueryException extends UnexpectedHttpResponseException implements Serializable -
Exception Class org.broadinstitute.http.nio.OutOfRetriesException
class OutOfRetriesException extends IOException implements Serializable-
Serialized Fields
-
retries
int retries
number of retries attempted before giving up -
totalWaitTime
Duration totalWaitTime
total wait time between retries
-
-
-
Exception Class org.broadinstitute.http.nio.UnexpectedHttpResponseException
class UnexpectedHttpResponseException extends IOException implements Serializable-
Serialized Fields
-
responseCode
int responseCode
http response code
-
-
-
-
Package org.broadinstitute.http.nio.utils
-
Exception Class org.broadinstitute.http.nio.utils.Utils.ShouldNotHappenException
class ShouldNotHappenException extends RuntimeException implements Serializable
-