Uses of Class
net.degreedays.api.FailureException

Packages that use FailureException
net.degreedays.api Core Degree Days.net API classes, including DegreeDaysApi - the starting point for all API operations. 
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
 

Uses of FailureException in net.degreedays.api
 

Subclasses of FailureException in net.degreedays.api
 class InvalidRequestException
          Indicates that the API could not process a request because it was invalid in some way (e.g. authenticated with invalid access keys).
 class RateLimitException
          Indicates that the API servers did not process a request because the RateLimit for the account's plan had been reached.
 class RequestFailureException
          Superclass of exceptions that indicate that the API's processing of a request resulted in a Failure.
 class ServiceException
          Indicates that the API servers failed to process a request because of temporary downtime or an unexpected error (sorry!).
 

Uses of FailureException in net.degreedays.api.data
 

Subclasses of FailureException in net.degreedays.api.data
 class LocationException
          Indicates a Failure in the API's processing of a request, caused by problems with the Location that the request specified.
 class SourceDataException
          Indicates a Failure to generate a DataSet caused by problems with the source temperature data for the Location and Period requested.
 



www.degreedays.net/api/