Package com.illumon.iris.quandl
Class QuandlAllowanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.illumon.iris.quandl.QuandlAllowanceException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionQuandlAllowanceException(String message) QuandlAllowanceException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuandlAllowanceException
-
QuandlAllowanceException
-