@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, 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 © 2021 JBoss by Red Hat. All rights reserved.