Class FileRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
org.jboss.resteasy.plugins.providers.FileRangeException
- All Implemented Interfaces:
Serializable
public class FileRangeException
extends jakarta.ws.rs.WebApplicationException
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
-
Constructor Summary
ConstructorDescriptionFileRangeException
(jakarta.ws.rs.core.MediaType mediaType, File file, long begin, long end) -
Method Summary
Methods inherited from class jakarta.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileRangeException
-