src/jdk.jdi/share/classes/com/sun/jdi/connect/IllegalConnectorArgumentsException.java
changeset 58673 06cc25fe0ca3
parent 47216 71c04702a3d5
equal deleted inserted replaced
58669:931ec3339786 58673:06cc25fe0ca3
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 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
    38  */
    38  */
    39 public class IllegalConnectorArgumentsException extends Exception {
    39 public class IllegalConnectorArgumentsException extends Exception {
    40 
    40 
    41     private static final long serialVersionUID = -3042212603611350941L;
    41     private static final long serialVersionUID = -3042212603611350941L;
    42 
    42 
       
    43     @SuppressWarnings("serial") // Conditionally serializable
    43     List<String> names;
    44     List<String> names;
    44 
    45 
    45     /**
    46     /**
    46      * Construct an <code>IllegalConnectorArgumentsException</code>
    47      * Construct an <code>IllegalConnectorArgumentsException</code>
    47      * with the specified detail message and the name of the argument
    48      * with the specified detail message and the name of the argument