Uses of Class
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
-
Packages that use InvalidParameterException Package Description org.odpi.openmetadata.frameworks.connectors org.odpi.openmetadata.frameworks.connectors.ffdc -
-
Uses of InvalidParameterException in org.odpi.openmetadata.frameworks.connectors
Methods in org.odpi.openmetadata.frameworks.connectors that throw InvalidParameterException Modifier and Type Method Description Map<String,List<String>>SampleDataExtension. getSampleData(int pageSize)Return sample data for the default user configured for this connector.Map<String,List<String>>SampleDataExtension. getSampleData(String userId, int pageSize)Return sample data for the calling user. -
Uses of InvalidParameterException in org.odpi.openmetadata.frameworks.connectors.ffdc
Constructors in org.odpi.openmetadata.frameworks.connectors.ffdc with parameters of type InvalidParameterException Constructor Description InvalidParameterException(String errorMessage, InvalidParameterException template)This is the copy/clone constructor used for creating an exception.InvalidParameterException(InvalidParameterException template)This is the copy/clone constructor used for creating an exception.
-