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.


Variable Index

 o CONCURRENT_EXEC
 o NULL_PRIMITIVE

Constructor Index

 o RuntimeErrors()

Method Index

 o NULL_PRIMITIVE_text()
Returns internationalized message for the corresponding error key using the resource bundle found for the default locale.
 o 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.

Variables

 o NULL_PRIMITIVE
 public static final String NULL_PRIMITIVE
 o CONCURRENT_EXEC
 public static final String CONCURRENT_EXEC

Constructors

 o RuntimeErrors
 public RuntimeErrors()

Methods

 o 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.

 o 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