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