DSEInvalidRequestException |
The current state of the object is not valid for the method being called.
Action:
Check for the connection to the database and, if it is not available, create
the connection 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 not valid. 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 expected to exist during the processing of the method
has not been found.
Action: Check for the correct setup of your
environment. |
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 for the maximum number
of connections defined and the connection timeout, and possibly set new values
that prevent this exception from occurring in the future. |