Package org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions
package org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions
Package defining the checked exceptions thrown by REST client connectors, such as RESTServerException,
which is thrown when a REST client connector is not able to communicate successfully with the REST
server it is calling.
-
ExceptionsClassDescriptionRESTClientCheckedExceptionBase provides a checked exception for reporting errors found when using the Egeria services.The RESTConfigurationException is thrown by the connector when it is not able to configure a client to call a REST API.The RESTServerException is thrown by the REST client connector when it is not able to communicate with the REST server.