Class UnsupportedRangeFormatException

All Implemented Interfaces:
Serializable

public class UnsupportedRangeFormatException extends RangeFormatException
UnsupportedRangeFormatException is an unchecked exception that is thrown when an valid but unsupported Range header format is provided.
See Also:
  • Constructor Details

    • UnsupportedRangeFormatException

      public UnsupportedRangeFormatException(String message)
    • UnsupportedRangeFormatException

      public UnsupportedRangeFormatException(String message, Throwable cause)