-4302 JAVA STORED PROCEDURE OR USER-DEFINED FUNCTION routine-name (SPECIFIC NAME specific-name) HAS EXITED WITH AN EXCEPTION exception-string
Explanation
User-defined function or stored procedure routine-name exited with a Java exception that was not a java.sql.SQLException.
If present, exception-string contains as much as will fit of the toString() of the exception that was uncaught.
System action
Execution of the SQL statement is terminated.
Programmer response
The user-defined function or stored procedure probably needs to be corrected. See your database administrator, or the author of the routine to find out if the exception can be avoided, or if the user-defined function or stored procedure needs to be fixed before it can be used.
SQLSTATE
38000