How many types of Exceptions are there in Pl/sql?

How many types of Exceptions are there in Pl/sql?
There are 2 types of exceptions. They are
a) System Exceptions
e.g. When no_data_found, When too_many_rows
b) User Defined Exceptions
e.g. My_exception exception
When My_exception then

No comments: