Class InvalidAllowedIpAddressException

All Implemented Interfaces:
Serializable

public class InvalidAllowedIpAddressException extends BuildkiteException
Thrown if the API was requested from an IP address not specifically allowed by the API Token. Check the 'Allowed IP Addresses' field on the API Token.
See Also:
  • Constructor Details

    • InvalidAllowedIpAddressException

      public InvalidAllowedIpAddressException(String message)
      Constructor.
      Parameters:
      message - Error message.