Exception | Reasons/Actions |
---|---|
DSEInvalidRequestException | The current state of the object is not valid for the
method being called.
Action: Check the journal state and set it to active before requesting any database operation. |
DSEInternalErrorException | Internal data is inconsistent.
Action: Report the error to support through the standard reporting channels. |
DSEInvalidArgumentException | One of the arguments in the called method is invalid; it is an instance of an unexpected class or it is outside the expected range. Action: Check the value of the arguments. |
DSEObjectNotFoundException | An object that was supposed to exist during the process of the method has not been found. Action: Check that your environment is set up correctly. |
DSESQLException | An exception has been returned when accessing the database. Action: Refer to the SQL documentation to take the appropriate action for the specific error number and message. |
DSEException | An exception has been returned when requesting or releasing a connection from a pool of connections or when trying to share a connection. Action: Verify that the connection pooling is available. Check the maximum number of connections defined and the connection timeout value, and possibly specify new values to avoid this exception in the future. |