APIManagementException |
This is the custom exception class for API management.
|
APIManagerDatabaseException |
This is the custom exception class for API management.
|
APIMgtAuthorizationFailedException |
This is the custom exception class to be thrown when the user tries to access/update a resource but the user does not
have enough permission
|
APIMgtBadRequestException |
|
APIMgtDAOException |
This is the Exception class for DAO related exceptions.
|
APIMgtInternalException |
|
APIMgtResourceAlreadyExistsException |
This is the custom exception class to be thrown when a new resource which is attempted to add conflicts
with an already existing resource.
|
APIMgtResourceNotFoundException |
This is the custom exception class to be thrown when required resource is not found.
|
ApplicationNameWhiteSpaceValidationException |
Thrown when the application name contains leading or trailing whitespaces
|
ApplicationNameWithInvalidCharactersException |
Thrown when the application name contains invalid characters
|
ApplicationNotFoundException |
This is the custom exception class for handling Application not found scenario
|
BlockConditionAlreadyExistsException |
Thrown when the new block condition user tries to add already exists in the system
|
BlockConditionNotFoundException |
Thrown when required block condition cannot be found
|
EmptyCallbackURLForCodeGrantsException |
Thrown when the application does not contain any callback url with authorization_code or implicit grant selected.
|
FaultGatewaysException |
|
MonetizationException |
This is the custom exception class for API monetization.
|
PolicyDeploymentFailureException |
Thrown when throttling policy deployment failed.
|
PolicyNotFoundException |
Thrown when required policy cannot be found
|
SubscriptionAlreadyExistingException |
|
SubscriptionBlockedException |
|
UnsupportedPolicyTypeException |
Thrown when unsupported throttling policy is identified.
|
UnsupportedThrottleConditionTypeException |
Thrown when unsupported throttling condition is identified.
|
UnsupportedThrottleLimitTypeException |
Thrown when unsupported throttling limit is identified.
|