Class ProblemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.client.api.command.ClientException
io.camunda.zeebe.client.api.command.ClientHttpException
io.camunda.zeebe.client.api.command.ProblemException
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProblemException(int code, String reason, ProblemDetail details) Deprecated. -
Method Summary
Methods inherited from class io.camunda.zeebe.client.api.command.ClientHttpException
code, reasonMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProblemException
Deprecated.
-
-
Method Details
-
details
Deprecated.
-
ProblemException