public final class JaxRsExceptions extends Object
Constructor and Description |
---|
JaxRsExceptions() |
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.WebApplicationException |
badRequest(String message,
Object... args) |
static javax.ws.rs.WebApplicationException |
newException(javax.ws.rs.core.Response.Status status,
String message,
Object... args) |
static javax.ws.rs.WebApplicationException |
notFound(String message,
Object... args) |