Class MalformedResponseException
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.MalformedResponseException
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMalformedResponseException(int code, String reason, Throwable cause) Deprecated.MalformedResponseException(String message, int code, String reason) 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
-
MalformedResponseException
Deprecated. -
MalformedResponseException
Deprecated.
-
MalformedResponseException