2.192 ALL_JAVA_THROWS
ALL_JAVA_THROWS displays information about exceptions thrown from methods of the Java classes accessible to the current user.
               
Related Views
- 
                        DBA_JAVA_THROWSdisplays information about exceptions thrown from methods of all Java classes in the database.
- 
                        USER_JAVA_THROWSdisplays information about exceptions thrown from methods of the Java classes owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the Java class | 
| 
 | 
 | 
 | Name of the Java class | 
| 
 | 
 | 
 | Index of the throwing method of the exception | 
| 
 | 
 | 
 | Name of the throwing method of the exception | 
| 
 | 
 | 
 | Index of the exception | 
| 
 | 
 | 
 | Class of the exception | 
See Also: