jdk/src/jdk.jdi/share/classes/com/sun/jdi/InconsistentDebugInfoException.java
changeset 45564 0149773a140c
parent 34894 3248b89d1921
equal deleted inserted replaced
45563:ece4ae6beba3 45564:0149773a140c
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2017, 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
    33  *
    33  *
    34  * @author Gordon Hirsch
    34  * @author Gordon Hirsch
    35  * @since  1.3
    35  * @since  1.3
    36  */
    36  */
    37 public class InconsistentDebugInfoException extends RuntimeException {
    37 public class InconsistentDebugInfoException extends RuntimeException {
       
    38 
    38     private static final long serialVersionUID = 7964236415376861808L;
    39     private static final long serialVersionUID = 7964236415376861808L;
       
    40 
    39     public InconsistentDebugInfoException() {
    41     public InconsistentDebugInfoException() {
    40         super();
    42         super();
    41     }
    43     }
    42 
    44 
    43     public InconsistentDebugInfoException(String s) {
    45     public InconsistentDebugInfoException(String s) {