mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
6857789: (reflect) Create common superclass of reflective exceptions
Reviewed-by: martin
This commit is contained in:
parent
fa45d4b2e5
commit
8c000e858b
7 changed files with 97 additions and 6 deletions
|
@ -43,7 +43,7 @@ package java.lang;
|
|||
* @since JDK1.0
|
||||
*/
|
||||
public
|
||||
class InstantiationException extends Exception {
|
||||
class InstantiationException extends ReflectiveOperationException {
|
||||
private static final long serialVersionUID = -8441929162975509110L;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue