Class InvalidRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.rest.exception.RestException
org.camunda.bpm.engine.rest.exception.InvalidRequestException
- All Implemented Interfaces:
Serializable
This exception is used for any kind of errors that occur due to malformed
parameters in a Http query.
- Author:
- Thorben Lindhauer
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidRequestException
(jakarta.ws.rs.core.Response.Status status, Exception cause, String message) InvalidRequestException
(jakarta.ws.rs.core.Response.Status status, String message) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.rest.exception.RestException
getStatus
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidRequestException
-
InvalidRequestException
-