Class PartialContentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
org.apache.unomi.router.rest.PartialContentException
All Implemented Interfaces:
Serializable

public class PartialContentException extends javax.ws.rs.WebApplicationException
See Also:
  • Constructor Details

    • 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)