public class PartialContentException
extends javax.ws.rs.WebApplicationException
| Constructor and Description |
|---|
PartialContentException()
Construct a new "partial content" exception.
|
PartialContentException(javax.ws.rs.core.Response response,
Throwable cause) |
PartialContentException(String message)
Construct a new "partial content" exception.
|
PartialContentException(String message,
javax.ws.rs.core.Response response) |
PartialContentException(String message,
javax.ws.rs.core.Response response,
Throwable cause) |
PartialContentException(String message,
Throwable cause)
Construct a new "partial content" exception.
|
PartialContentException(Throwable cause)
Construct a new "partial content" exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PartialContentException()
public PartialContentException(String message)
message - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).public PartialContentException(String message, javax.ws.rs.core.Response response)
public PartialContentException(Throwable cause)
cause - the underlying cause of the exception.public PartialContentException(String message, Throwable cause)
message - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).cause - the underlying cause of the exception.public PartialContentException(javax.ws.rs.core.Response response,
Throwable cause)
Copyright © 2014–2022 Apache Software Foundation. All rights reserved.