Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.spi.Failure
org.jboss.resteasy.spi.BadRequestException
- All Implemented Interfaces:
Serializable
Deprecated.
This class is deprecated use jakarta.ws.rs.BadRequestException
Thrown by RESTEasy when HTTP Bad Request (400) is encountered
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeprecated.BadRequestException
(String s, jakarta.ws.rs.core.Response response) Deprecated.BadRequestException
(String s, Throwable throwable) Deprecated.BadRequestException
(String s, Throwable throwable, jakarta.ws.rs.core.Response response) Deprecated.BadRequestException
(Throwable throwable) Deprecated.BadRequestException
(Throwable throwable, jakarta.ws.rs.core.Response response) Deprecated. -
Method Summary
Methods inherited from class org.jboss.resteasy.spi.Failure
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequestException
Deprecated. -
BadRequestException
Deprecated. -
BadRequestException
-
BadRequestException
-
BadRequestException
Deprecated. -
BadRequestException
Deprecated.
-