public class UnrepresentableBrokerIdException extends ApiException
Constructor and Description |
---|
UnrepresentableBrokerIdException(String message) |
UnrepresentableBrokerIdException(String message,
int brokerId) |
UnrepresentableBrokerIdException(String message,
Throwable cause) |
UnrepresentableBrokerIdException(String message,
Throwable cause,
int brokerId) |
Modifier and Type | Method and Description |
---|---|
int |
brokerId() |
fillInStackTrace
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrepresentableBrokerIdException(String message)
public UnrepresentableBrokerIdException(String message, int brokerId)
public UnrepresentableBrokerIdException(String message, Throwable cause)