Package io.camunda.zeebe.gateway.cmd
Class InvalidBrokerRequestArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.gateway.cmd.ClientException
io.camunda.zeebe.gateway.cmd.InvalidBrokerRequestArgumentException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidBrokerRequestArgumentException(String argument, String expectedValue, String actualValue) InvalidBrokerRequestArgumentException(String argument, String expectedValue, String actualValue, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidBrokerRequestArgumentException
-
InvalidBrokerRequestArgumentException
-
-
Method Details
-
getArgument
-
getExpectedValue
-
getActualValue
-