org.camunda.bpm.engine.rest.exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidRequestException
public InvalidRequestException(javax.ws.rs.core.Response.Status status,
String message)
InvalidRequestException
public InvalidRequestException(javax.ws.rs.core.Response.Status status,
Exception cause,
String message)
Copyright © 2016 camunda services GmbH. All rights reserved.