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:
java.io.Serializable
public class InvalidRequestException extends RestException
This exception is used for any kind of errors that occur due to malformed parameters in a Http query.- Author:
- Thorben Lindhauer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRequestException(javax.ws.rs.core.Response.Status status, java.lang.Exception cause, java.lang.String message)
InvalidRequestException(javax.ws.rs.core.Response.Status status, java.lang.String message)
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.rest.exception.RestException
getStatus
-
-