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:
    Serialized Form
    • Constructor Detail

      • UnsupportedRangeFormatException

        public UnsupportedRangeFormatException​(String message)
      • UnsupportedRangeFormatException

        public UnsupportedRangeFormatException​(String message,
                                               Throwable cause)