6857789: (reflect) Create common superclass of reflective exceptions

Reviewed-by: martin
This commit is contained in:
Joe Darcy 2009-07-15 12:08:55 -07:00
parent fa45d4b2e5
commit 8c000e858b
7 changed files with 97 additions and 6 deletions

View file

@ -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;
/**