Class ClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.client.api.command.ClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClientHttpException, ClientStatusException, InternalClientException

@Deprecated public class ClientException extends RuntimeException
Deprecated.
since 8.8 for removal in 8.9, replaced by ClientException
See Also:
  • Constructor Details

    • ClientException

      public ClientException(Throwable cause)
      Deprecated.
    • ClientException

      public ClientException(String message)
      Deprecated.
    • ClientException

      public ClientException(String message, Throwable cause)
      Deprecated.