Class ClientHttpException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MalformedResponseException,ProblemException
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientHttpException(int code, String reason) Deprecated.ClientHttpException(String message, int code, String reason) Deprecated.ClientHttpException(String message, int code, String reason, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientHttpException
Deprecated. -
ClientHttpException
Deprecated. -
ClientHttpException
Deprecated.
-
-
Method Details
-
code
public int code()Deprecated. -
reason
Deprecated.
-
ClientHttpException