| org.apache.ojb.jdori.sql.OjbStoreFatalInternalException
OjbStoreFatalInternalException | public class OjbStoreFatalInternalException extends JDOFatalInternalException (Code) | | This is exception indicates internal errors
author: Thomas Mahler |
OjbStoreFatalInternalException | OjbStoreFatalInternalException(Class clazz, String methodName, String msg)(Code) | | Parameters: className - class in which the exception is thrown. Parameters: methodName - method throwing the exception. |
OjbStoreFatalInternalException | OjbStoreFatalInternalException(Class clazz, String methodName, Exception nested)(Code) | | Parameters: className - class in which the exception is thrown. Parameters: methodName - method throwing the exception. Parameters: nested - nested Exception |
OjbStoreFatalInternalException | OjbStoreFatalInternalException(Class clazz, String methodName, String msg, Exception nested)(Code) | | Parameters: className - class in which the exception is thrown. Parameters: methodName - method throwing the exception. Parameters: msg - the error message Parameters: nested - nested Exception |
|
|