Uses of Class
com.ricebridge.data.in.DataBaseException.Code

Packages that use DataBaseException.Code
com.ricebridge.data   
com.ricebridge.data.in   
 

Uses of DataBaseException.Code in com.ricebridge.data
 

Constructors in com.ricebridge.data with parameters of type DataBaseException.Code
DataException(DataBaseException.Code pCode)
          Specify the error code.
DataException(DataBaseException.Code pCode, Object pContext)
          Specify the error code, and the error context.
DataException(DataBaseException.Code pCode, String pText)
          Specify the error code, and the error message text.
DataException(DataBaseException.Code pCode, String pText, Throwable pContained)
          Specify the error code, the error message test, and the original Exception that caused the error.
DataException(DataBaseException.Code pCode, String[] pContext)
          Specify the error code, and provide a set of replacement values for the user-friendly error message associated with this code.
DataException(DataBaseException.Code pCode, Throwable pContained)
          Specify the error code, and the original Exception that caused the error.
DataException(DataBaseException.Code pCode, String[] pContext, Throwable pContained)
          Specify the error code, provide a set of replacement values for the user-friendly error message associated with this code, and the original Exception that caused the error.
 

Uses of DataBaseException.Code in com.ricebridge.data.in
 

Fields in com.ricebridge.data.in declared as DataBaseException.Code
static DataBaseException.Code DataBaseException.CODE_system
           
static DataBaseException.Code DataBaseException.CODE_internal_exception
           
static DataBaseException.Code DataBaseException.CODE_general
           
static DataBaseException.Code DataBaseException.CODE_badequal
           
static DataBaseException.Code DataBaseException.CODE_invoke_method
           
static DataBaseException.Code DataBaseException.CODE_newinstance
           
static DataBaseException.Code DataBaseException.CODE_sc_object
           
static DataBaseException.Code DataBaseException.CODE_sc_string
           
static DataBaseException.Code DataBaseException.CODE_sc_null
           
static DataBaseException.Code DataBaseException.CODE_sc_def_obj
           
static DataBaseException.Code DataBaseException.CODE_sc_def_str
           
 

Constructors in com.ricebridge.data.in with parameters of type DataBaseException.Code
DataBaseException(DataBaseException.Code pCode, String pMsg)
           
DataBaseException(DataBaseException.Code pCode)
           
DataBaseException(DataBaseException.Code pCode, String pMsg, Object pContext)
           
DataBaseException(DataBaseException.Code pCode, String pMsg, String[] pContext)
           
DataBaseException(DataBaseException.Code pCode, String pMsg, Object[] pContext)
           
DataBaseException(DataBaseException.Code pCode, Object pContext)
           
DataBaseException(DataBaseException.Code pCode, String[] pContext)
           
DataBaseException(DataBaseException.Code pCode, Object[] pContext)
           
DataBaseException(DataBaseException.Code pCode, Throwable pContained)
           
DataBaseException(DataBaseException.Code pCode, String pMessage, Throwable pContained)
           
DataBaseException(DataBaseException.Code pCode, Object pContext, Throwable pContained)
           
DataBaseException(DataBaseException.Code pCode, String[] pContext, Throwable pContained)
           
DataBaseException(DataBaseException.Code pCode, Object[] pContext, Throwable pContained)
           
 



Copyright © 2004-2005 Ricebridge