Class InvalidRangeException

All Implemented Interfaces:
Serializable

public class InvalidRangeException extends RuntimeException
This exception is thrown if the range of bytes provided for a request is improper - such as if the range values were negative, wrongly-ordered, and so on.
See Also:
  • Constructor Details

    • InvalidRangeException

      public InvalidRangeException(String msg)