Class UnrepresentableBrokerIdException

All Implemented Interfaces:
Serializable

public class UnrepresentableBrokerIdException extends ApiException
Thrown when the given broker ID is not representable (e.g a negative number)
See Also:
  • Constructor Details

    • UnrepresentableBrokerIdException

      public UnrepresentableBrokerIdException(String message)
    • UnrepresentableBrokerIdException

      public UnrepresentableBrokerIdException(String message, int brokerId)
    • UnrepresentableBrokerIdException

      public UnrepresentableBrokerIdException(String message, Throwable cause)
    • UnrepresentableBrokerIdException

      public UnrepresentableBrokerIdException(String message, Throwable cause, int brokerId)
  • Method Details

    • brokerId

      public int brokerId()