Exception handling
You can use the ON EXCEPTION statement to trap any exception (or error) that the database server returns to your SPL routine or any exception that the routine raises. The RAISE EXCEPTION statement lets you generate an exception within the SPL routine.
In an
SPL routine, you cannot use exception handling to handle the following
conditions:
- Success (row returned)
- Success (no rows returned)