equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 1996, 2004, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
42 */ |
42 */ |
43 public class InvocationTargetException extends ReflectiveOperationException { |
43 public class InvocationTargetException extends ReflectiveOperationException { |
44 /** |
44 /** |
45 * Use serialVersionUID from JDK 1.1.X for interoperability |
45 * Use serialVersionUID from JDK 1.1.X for interoperability |
46 */ |
46 */ |
|
47 @java.io.Serial |
47 private static final long serialVersionUID = 4085088731926701167L; |
48 private static final long serialVersionUID = 4085088731926701167L; |
48 |
49 |
49 /** |
50 /** |
50 * This field holds the target if the |
51 * This field holds the target if the |
51 * InvocationTargetException(Throwable target) constructor was |
52 * InvocationTargetException(Throwable target) constructor was |