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
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, Exception cause, String message)
InvalidRequestException(javax.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
-
-