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