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() |
fillInStackTraceaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnrepresentableBrokerIdException(String message)
public UnrepresentableBrokerIdException(String message, int brokerId)
public UnrepresentableBrokerIdException(String message, Throwable cause)