< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/InvocationException.java

Print this page
rev 17275 : 8181417: Code cleanups in com.sun.jdi

@@ -31,11 +31,13 @@
  *
  * @author Gordon Hirsch
  * @since  1.3
  */
 public class InvocationException extends Exception {
+
     private static final long serialVersionUID = 6066780907971918568L;
+
     ObjectReference exception;
 
     public InvocationException(ObjectReference exception) {
         super("Exception occurred in target VM");
         this.exception = exception;
< prev index next >