Exception RangeFormatException (2.0.0)

public class RangeFormatException extends RuntimeException

RangeFormatException is an unchecked exception that is thrown when an invalid Range header format is provided.

Constructors

RangeFormatException(String message)

public RangeFormatException(String message)
Parameter
Name Description
message String

RangeFormatException(String message, Throwable cause)

public RangeFormatException(String message, Throwable cause)
Parameters
Name Description
message String
cause Throwable