Package | Description |
---|---|
com.dnanexus.exceptions |
Exception classes that may be thrown by DNAnexus API calls.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalErrorException
Exception which indicates a 500 status code Internal Server Error.
|
class |
InvalidAuthenticationException
The OAuth2 token supplied with the request was invalid.
|
class |
InvalidInputException
The input is syntactically correct but semantically incorrect.
|
class |
InvalidStateException
The operation is not allowed at this object state.
|
class |
InvalidTypeException
An object specified in the request is of invalid type.
|
class |
PermissionDeniedException
The client has insufficient permissions to perform this action.
|
class |
ResourceNotFoundException
A specified entity or resource could not be found.
|
class |
ServiceUnavailableException
Exception used to indicate that the request yielded 503 Service Unavailable and suggested
that we retry at some point in the future.
|
class |
SpendingLimitExceededException
The spending limit has been reached for the account that would be billed for
this action.
|
Modifier and Type | Method and Description |
---|---|
static DXAPIException |
DXAPIException.getInstance(String errorType,
String errorMessage,
int statusCode)
Constructs a
DXAPIException of the appropriate subclass based on
the errorType . |
Copyright © 2023. All Rights Reserved.