public class RestException extends RuntimeException
Constructor and Description |
---|
RestException(javax.ws.rs.core.Response.Status status,
Exception cause) |
RestException(javax.ws.rs.core.Response.Status status,
Exception cause,
String message) |
RestException(javax.ws.rs.core.Response.Status status,
String message) |
RestException(String message) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response.Status |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015. All rights reserved.