Class ExclusionOperationError
java.lang.Object
org.apache.kafka.clients.admin.ExclusionOperationError
The error that caused an exclusion operation to fail.
Constructor Summary
ConstructorsConstructorDescriptionExclusionOperationError(org.apache.kafka.common.protocol.Errors error, String errorMessage) Method Summary
Constructor Details
ExclusionOperationError
Method Details
exception
- Returns:
- the Exception class that corresponds to this type of error
errorCode
public short errorCode()- Returns:
- the code of this error
errorMessage
toString