Package org.camunda.bpm.client.exception
Class NotResumedException
- 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.NotResumedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EngineException
@Deprecated public class NotResumedException extends RestException
Deprecated.since this exception has been replaced byEngineException
and will be removed in version 7.19. Please review your code and replaceNotResumedException
withEngineException
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.exception.RestException
code, httpStatusCode, type
-
-
Constructor Summary
Constructors Constructor Description NotResumedException(String message, RestException restException)
Deprecated.
-
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
-
NotResumedException
public NotResumedException(String message, RestException restException)
Deprecated.
-
-