Package org.camunda.bpm.client.exception
Class BadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.client.exception.ExternalTaskClientException
-
- org.camunda.bpm.client.exception.RestException
-
- org.camunda.bpm.client.exception.NotAcquiredException
-
- org.camunda.bpm.client.exception.BadRequestException
-
- All Implemented Interfaces:
Serializable
public class BadRequestException extends NotAcquiredException
Thrown when you perform an illegal operation or the given data is invalid.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.exception.RestException
code, httpStatusCode, type
-
-
Constructor Summary
Constructors Constructor Description BadRequestException(String message, RestException restException)
-
Method Summary
-
Methods inherited from class org.camunda.bpm.client.exception.RestException
getCode, getHttpStatusCode, getType, setCode, setHttpStatusCode, setType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BadRequestException
public BadRequestException(String message, RestException restException)
-
-