Class RuleClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.rules.RuleException
io.confluent.kafka.schemaregistry.rules.RuleClientException
- All Implemented Interfaces:
Serializable
A rule exception that occurs when the client interacts with a remote service.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuleClientException(String message) RuleClientException(String message, Throwable cause) RuleClientException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuleClientException
public RuleClientException() -
RuleClientException
-
RuleClientException
-
RuleClientException
-