sqlj.runtime.SQLNullException class
The sqlj.runtime.SQLNullException class is derived from the java.sql.SQLException class.
An sqlj.runtime.SQLNullException is thrown when an SQL NULL value is fetched into a host identifier with a Java primitive type. The SQLSTATE value for an instance of SQLNullException is '22002'.