Package org.camunda.bpm.client.exception
Class NotAcquiredException
- 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
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadRequestException
@Deprecated public class NotAcquiredException extends RestException
Deprecated.since this exception has been replaced byBadRequestException
and will be removed in version 7.19. Please review your code and replaceNotAcquiredException
withBadRequestException
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.exception.RestException
code, httpStatusCode, type
-
-
Constructor Summary
Constructors Constructor Description NotAcquiredException(java.lang.String message, RestException restException)
Deprecated.
-
Method Summary
-
Methods inherited from class org.camunda.bpm.client.exception.RestException
getCode, getHttpStatusCode, getType, setCode, setHttpStatusCode, setType
-
-
-
-
Constructor Detail
-
NotAcquiredException
public NotAcquiredException(java.lang.String message, RestException restException)
Deprecated.
-
-