- getErrorMessage() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
-
A formatted short description of the cause of the condition that resulted in this exception.
- getErrorMessageId() - Method in enum org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
-
Returns the unique identifier for the error message.
- getFormattedErrorMessage(String...) - Method in enum org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
-
Returns the error message with the placeholders filled out with the supplied parameters.
- getHTTPErrorCode() - Method in enum org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
-
- getReportedCaughtException() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
-
An exception that was caught and wrapped by this exception.
- getReportedHTTPCode() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
-
Return the HTTP response code to use with this exception.
- getReportedSystemAction() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
-
A description of the action that the system took as a result of the error condition.
- getReportedUserAction() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
-
A description of the action necessary to correct the error.
- getReportingActionDescription() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
-
The type of request that the class was performing when the condition occurred that resulted in this
exception.
- getReportingClassName() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
-
The class that created this exception.
- getSystemAction() - Method in enum org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
-
Returns a description of the action taken by the system when the condition that caused this exception was
detected.
- getUnformattedErrorMessage() - Method in enum org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
-
Returns the error message with placeholders for specific details.
- getUserAction() - Method in enum org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
-
Returns instructions of how to resolve the issue reported in this exception.
- RESTClientCalls - Interface in org.odpi.openmetadata.adapters.connectors.restclients
-
RESTClientCalls provides a generic interface for calling REST Clients.
- RESTClientCheckedExceptionBase - Exception in org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions
-
AssetConsumerCheckedExceptionBase provides a checked exception for reporting errors found when using
the Asset Consumer OMAS services.
- RESTClientCheckedExceptionBase(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
-
This is the typical constructor used for creating an exception.
- RESTClientCheckedExceptionBase(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
-
This is the constructor used for creating an exception
that resulted from a previous error.
- RESTClientConnector - Class in org.odpi.openmetadata.adapters.connectors.restclients
-
- RESTClientConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.restclients.RESTClientConnector
-
Default constructor
- RESTClientConnectorErrorCode - Enum in org.odpi.openmetadata.adapters.connectors.restclients.ffdc
-
The RESTClientConnectorErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with
the REST Client.
- RESTClientConnectorProvider - Class in org.odpi.openmetadata.adapters.connectors.restclients
-
RESTClientConnectorProvider provides base class of the connector provider for the RESTClientConnector.
- RESTClientConnectorProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.restclients.RESTClientConnectorProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific
REST Client Connector implementation.
- RESTConfigurationException - Exception in org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions
-
The RESTConfigurationException is thrown by the connector when it is not able to configure
a client to call a REST API.
- RESTConfigurationException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTConfigurationException
-
This is the typical constructor used for creating an exception.
- RESTConfigurationException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTConfigurationException
-
This is the constructor used for creating an exception that resulted from a previous error.
- RESTServerException - Exception in org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions
-
The RESTServerException is thrown by the REST client connector when it is not able to communicate with the
REST server.
- RESTServerException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTServerException
-
This is the typical constructor used for creating an exception.
- RESTServerException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTServerException
-
This is the constructor used for creating an exception that resulted from a previous error.