Class InvalidPermissionsException

All Implemented Interfaces:
Serializable

public class InvalidPermissionsException extends GithubException
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

    • InvalidPermissionsException

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