Class SaRMIDBException

All Implemented Interfaces:
Serializable

public class SaRMIDBException extends SaRMIBaseException
DB related exception raised in the following situations.
  • Table for requested DDC not found
  • Cannot convert given table name to the real DB table name
  • query generation for database 'xxx' is not yet implemented
  • cannot generate sql statements for the database
  • the provided hql query "hqlQuery" is not correct
  • Hibernate query result is null
  • the query result object must be an instance of Object[] or Map
  • the document with requested SYSROWID: "sysRowID" does not exist.
  • See Also:
    • Constructor Details

      • SaRMIDBException

        public SaRMIDBException()
        constructs SaRMIDBException.
      • SaRMIDBException

        public SaRMIDBException(String s)
        constructs SaRMIDBException with the specified detailed message.
        Parameters:
        s - error message
      • SaRMIDBException

        public SaRMIDBException(String s, Throwable cause)
        constructs SaRMIDBException with the specified message and nested exception.
        Parameters:
        s - error message
        cause - nested exception