Class PartialContentException

  • All Implemented Interfaces:
    Serializable

    public class PartialContentException
    extends javax.ws.rs.WebApplicationException
    See Also:
    Serialized Form
    • Constructor Detail

      • PartialContentException

        public PartialContentException()
        Construct a new "partial content" exception.
      • PartialContentException

        public PartialContentException​(String message)
        Construct a new "partial content" exception.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      • PartialContentException

        public PartialContentException​(String message,
                                       javax.ws.rs.core.Response response)
      • PartialContentException

        public PartialContentException​(Throwable cause)
        Construct a new "partial content" exception.
        Parameters:
        cause - the underlying cause of the exception.
      • PartialContentException

        public PartialContentException​(String message,
                                       Throwable cause)
        Construct a new "partial content" exception.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        cause - the underlying cause of the exception.
      • PartialContentException

        public PartialContentException​(javax.ws.rs.core.Response response,
                                       Throwable cause)
      • PartialContentException

        public PartialContentException​(String message,
                                       javax.ws.rs.core.Response response,
                                       Throwable cause)