public class BadRequestException extends Failure
| Constructor and Description |
|---|
BadRequestException(String s) |
BadRequestException(String s,
javax.ws.rs.core.Response response) |
BadRequestException(String s,
Throwable throwable) |
BadRequestException(String s,
Throwable throwable,
javax.ws.rs.core.Response response) |
BadRequestException(Throwable throwable) |
BadRequestException(Throwable throwable,
javax.ws.rs.core.Response response) |
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadRequestException(String s)
public BadRequestException(String s, javax.ws.rs.core.Response response)
public BadRequestException(String s, Throwable throwable, javax.ws.rs.core.Response response)
public BadRequestException(Throwable throwable)
public BadRequestException(Throwable throwable, javax.ws.rs.core.Response response)
Copyright © 2018 JBoss by Red Hat. All rights reserved.