Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.rest.core.spi.error.BadRequestException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidEntityPathException
,InvalidRequestItemException
,MissingRequestBodyException
,UnknownDisplayExpressionException
,UnknownEntityModelException
,UnknownEntityPathException
,UnknownFilterException
,UnknownFormException
This exception indicates that something was wrong with the request sent by the client.
If this exception is thrown, a 400 BAD REQUEST response is sent to the client.
- See Also:
-
Constructor Summary
ConstructorDescriptionBadRequestException
(String message, Object... messageArgs) BadRequestException
(Throwable cause, String message, Object... messageArgs) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequestException
-
BadRequestException
-