@Deprecated public class BadRequestException extends Failure
Constructor and Description |
---|
BadRequestException(String s)
Deprecated.
|
BadRequestException(String s,
javax.ws.rs.core.Response response)
Deprecated.
|
BadRequestException(String s,
Throwable throwable)
Deprecated.
|
BadRequestException(String s,
Throwable throwable,
javax.ws.rs.core.Response response)
Deprecated.
|
BadRequestException(Throwable throwable)
Deprecated.
|
BadRequestException(Throwable throwable,
javax.ws.rs.core.Response response)
Deprecated.
|
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2019 JBoss by Red Hat. All rights reserved.