Class QuandlAllowanceException

All Implemented Interfaces:
Serializable

public class QuandlAllowanceException extends RuntimeException
Used when the Quandl API indicates that the user has exceeded their allowed requests. This is typically because they are not using a registered API key. Unregistered users are very limited in how many requests they can make of the API.
See Also:
  • Constructor Details

    • QuandlAllowanceException

      public QuandlAllowanceException(String message)
    • QuandlAllowanceException

      public QuandlAllowanceException(String message, Throwable cause)