Package org.odpi.openmetadata.commonservices.ffdc
package org.odpi.openmetadata.commonservices.ffdc
The FFDC Services provide common exceptions and error handling for service running in OMAG Servers.
RESTCallLogger and RESTCallToken are used together to log the start and end of a rest call.
RESTExceptionHandler provides methods for packing and unpacking exceptions into REST call response structures.
-
ClassDescriptionInvalidParameterHandler is a common error handler.The OMAGCommonAuditCode is used to define the message content for the OMRS Audit Log.The OMAGCommonErrorCode is used to define first failure data capture (FFDC) for common errors.RESTCallLogger provides standard logging for REST API method invocations.RESTCallToken provides a cache of information about a single REST API call invocation.RESTExceptionHandler converts standard exceptions to REST responses.