Serializablepublic class IllegalConnectorArgumentsException extends Exception
Connector.| Constructor | Description | 
|---|---|
| IllegalConnectorArgumentsException | Construct an  IllegalConnectorArgumentsExceptionwith the specified detail message and the name of the argument which is invalid or inconsistent. | 
| IllegalConnectorArgumentsException | Construct an  IllegalConnectorArgumentsExceptionwith the specified detail message and aListof names of arguments which are invalid or inconsistent. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| List | argumentNames() | Return a  Listcontaining the names of the invalid or inconsistent arguments. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalConnectorArgumentsException(String s, String name)
IllegalConnectorArgumentsException with the specified detail message and the name of the argument which is invalid or inconsistent.s - the detailed message.name - the name of the invalid or inconsistent argument.public IllegalConnectorArgumentsException(String s, List<String> names)
IllegalConnectorArgumentsException with the specified detail message and a List of names of arguments which are invalid or inconsistent.s - the detailed message.names - a List containing the names of the invalid or inconsistent argument.public List<String> argumentNames()
List containing the names of the invalid or inconsistent arguments.List of argument names.
    © 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
    https://docs.oracle.com/en/java/javase/21/docs/api/jdk.jdi/com/sun/jdi/connect/IllegalConnectorArgumentsException.html