Package com.dnanexus.exceptions
Exception classes that may be thrown by DNAnexus API calls.
-
Exception Summary Exception Description DXAPIException Represents any response from the API server other than HTTP code 200 (OK).DXHTTPException Represents an error encountered while making an HTTP request or parsing its results.InternalErrorException Exception which indicates a 500 status code Internal Server Error.InvalidAuthenticationException The OAuth2 token supplied with the request was invalid.InvalidInputException The input is syntactically correct but semantically incorrect.InvalidStateException The operation is not allowed at this object state.InvalidTypeException An object specified in the request is of invalid type.OrgExpiredException The organization that would be billed for this action has expired.PermissionDeniedException The client has insufficient permissions to perform this action.ResourceNotFoundException A specified entity or resource could not be found.ServiceUnavailableException Exception used to indicate that the request yielded 503 Service Unavailable and suggested that we retry at some point in the future.SpendingLimitExceededException The spending limit has been reached for the account that would be billed for this action.