Class RangeNotSatisfiableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.jira.web.servlet.RangeNotSatisfiableException
All Implemented Interfaces:
Serializable

public class RangeNotSatisfiableException extends Exception
The requested range is not satisfiable as per RFC-7233. This will result in a 416 (Range Not Satisfiable) response.
Since:
v7.2
See Also:
  • Constructor Details

    • RangeNotSatisfiableException

      public RangeNotSatisfiableException(String message, int actualContentLength)
  • Method Details

    • getActualContentLength

      public int getActualContentLength()