@Exported public class IllegalConnectorArgumentsException extends Exception
Connector
.Constructor | Description |
---|---|
IllegalConnectorArgumentsException(String s,
List<String> names) |
Construct an
IllegalConnectorArgumentsException
with the specified detail message and a List of
names of arguments which are invalid or inconsistent. |
IllegalConnectorArgumentsException(String s,
String name) |
Construct an
IllegalConnectorArgumentsException
with the specified detail message and the name of the argument
which is invalid or inconsistent. |
Modifier and Type | Method | Description |
---|---|---|
List<String> |
argumentNames() |
Return a
List containing 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.
Copyright © 1999, 2025, Oracle and/or its affiliates. All rights reserved.