Exception UnsupportedRangeFormatException (2.0.0)

public class UnsupportedRangeFormatException extends RangeFormatException

UnsupportedRangeFormatException is an unchecked exception that is thrown when an valid but unsupported Range header format is provided.

Constructors

UnsupportedRangeFormatException(String message)

public UnsupportedRangeFormatException(String message)
Parameter
Name Description
message String

UnsupportedRangeFormatException(String message, Throwable cause)

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