Package com.saperion.rmi.serverexception
Class SaRMIDBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.saperion.rmi.serverexception.SaRMIBaseException
com.saperion.rmi.serverexception.SaRMIDBException
- All Implemented Interfaces:
- Serializable
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:
- 
Field SummaryFields inherited from class java.rmi.RemoteExceptiondetail
- 
Constructor SummaryConstructorsConstructorDescriptionconstructsSaRMIDBException.constructsSaRMIDBExceptionwith the specified detailed message.SaRMIDBException(String s, Throwable cause) constructsSaRMIDBExceptionwith the specified message and nested exception.
- 
Method SummaryMethods inherited from class com.saperion.rmi.serverexception.SaRMIBaseExceptiongetStackTraceStringMethods inherited from class java.rmi.RemoteExceptiongetCause, getMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SaRMIDBExceptionpublic SaRMIDBException()constructsSaRMIDBException.
- 
SaRMIDBExceptionconstructsSaRMIDBExceptionwith the specified detailed message.- Parameters:
- s- error message
 
- 
SaRMIDBExceptionconstructsSaRMIDBExceptionwith the specified message and nested exception.- Parameters:
- s- error message
- cause- nested exception
 
 
-