!--a11y-->
sqlj.runtime.SQLNullException 
sqlj.runtime.SQLNullException extends java.sql.SQLException
The SQLNullException class is a subclass of java.sql.SQLException that is used in the case that the SQL NULL value was attempted to be fetched into a Java host variable whose type is a Java primitive type. The SQLState value for every instance of SQLNullException is "22002".
