public class BadRequestException extends LoggableFailure
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, 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 © 2015 JBoss by Red Hat. All rights reserved.