Class FileRangeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FileRangeException
    extends javax.ws.rs.WebApplicationException
    Version:
    $Revision: 1 $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FileRangeException​(javax.ws.rs.core.MediaType mediaType, java.io.File file, long begin, long end)  
    • Method Summary

      • Methods inherited from class javax.ws.rs.WebApplicationException

        getResponse
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileRangeException

        public FileRangeException​(javax.ws.rs.core.MediaType mediaType,
                                  java.io.File file,
                                  long begin,
                                  long end)