@Provider public class ServerErrorException extends Exception implements javax.ws.rs.ext.ExceptionMapper<ServerErrorException>
| Constructor and Description |
|---|
ServerErrorException() |
ServerErrorException(String message) |
ServerErrorException(String message,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
toResponse(ServerErrorException exception) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServerErrorException()
public ServerErrorException(String message)
public javax.ws.rs.core.Response toResponse(ServerErrorException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<ServerErrorException>Copyright © 2018. All rights reserved.