All Packages This Package Previous Next
Class sqlj.runtime.error.RuntimeErrors
java.lang.Object
|
+----sqlj.runtime.error.Errors
|
+----sqlj.runtime.error.RuntimeErrors
- public class RuntimeErrors
- extends Errors
The RuntimeErrors class defines error constants used by the runtime
module.
-
CONCURRENT_EXEC
-
-
NULL_PRIMITIVE
-
-
RuntimeErrors()
-
-
NULL_PRIMITIVE_text()
- Returns internationalized message for the corresponding error key
using the resource bundle found for the default locale.
-
raise_CONCURRENT_EXEC()
- Throws a SQLException whose message is the internationalized message for
the corresponding error key using the resource bundle found for the
default locale.
NULL_PRIMITIVE
public static final String NULL_PRIMITIVE
CONCURRENT_EXEC
public static final String CONCURRENT_EXEC
RuntimeErrors
public RuntimeErrors()
NULL_PRIMITIVE_text
public static String NULL_PRIMITIVE_text()
- Returns internationalized message for the corresponding error key
using the resource bundle found for the default locale.
raise_CONCURRENT_EXEC
public static void raise_CONCURRENT_EXEC() throws SQLException
- Throws a SQLException whose message is the internationalized message for
the corresponding error key using the resource bundle found for the
default locale.
SQLSTATE = 08000: connection exception
- Throws: SQLException
- this method always throws a SQLException
All Packages This Package Previous Next