| Class | Description |
|---|---|
| ErrorHandler |
Utility class which checks JSON response for error and transforms it to the corresponding exception.
|
| Enum | Description |
|---|---|
| DbUnavailableState | |
| InvalidUserType |
| Exception | Description |
|---|---|
| DbUnavailableException |
This exception occurs if the system makes a database request that could not succeed because of connection failure or
data change.
|
| DuplicateException |
An exception that occurs when adding a new object or when updating an existing object that would cause a duplicate
entry to occur.
|
| GroupRelationViolatedException |
Exception with information about the grouped linked entities that hold a relation preventing removal.
|
| InactiveUserException |
User is in active Exception.
|
| InvalidCertificateException |
The exception thrown when a certificate cannot be materialized.
|
| InvalidMyAdminUserException |
This exception is thrown on a MyAdmin databaseName logon with an incorrect user/password combination or when the
MyAdmin user's credentials become invalid on a databaseName.
|
| InvalidRequestException |
The exception that is thrown when an invalid request was made to a server.
|
| InvalidUserException |
This exception is thrown on a logon with an incorrect user/password combination or when the user's credentials become
invalid.
|
| JsonRpcErrorDataException |
Base exception class which can hold json rpc error data returned by the server.
|
| MissingMemberException | |
| MissingMethodException | |
| OverLimitException |
Represents an exception thrown when a users has exceeded the query limit of an API.
|
| PasswordPolicyViolationException |
Exception thrown when the password policy is violated.
|
| RegistrationException |
This exception is thrown when there is an exception creating/registering a new database.
|
| RelationViolatedException |
If removing an entity would cause a relationship exception then this exception is thrown.
|
| ResponseFailException |
Invoker exceptions where status is not 200.
|
| ServerInvokerJsonException |
The exception thrown for JSON errors in
ServerInvoker. |
Copyright © 2023. All rights reserved.