Skip navigation links

Package org.odpi.openmetadata.accessservices.devops.ffdc

This package provides the first failure data capture support for the Dev Ops OMAS module.

See: Description

Package org.odpi.openmetadata.accessservices.devops.ffdc Description

This package provides the first failure data capture support for the Dev Ops OMAS module. This includes an error code enum, a base class for runtime exceptions, a base class for checked exceptions plus implementation of each specific exception. The error code enum (DevOpsErrorCode) has an entry for each unique situation where an exception is returned. Each entry defines: Each exception (whether a checked or runtime exception) has two constructors. The first constructor is used when a new error has been detected. The second constructor is used when another exception has been caught. This caught exception is passed on the constructor so it is effectively embedded in the OMAS exception. Both constructors take the values from the error code enum to define the cause and resolution.
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.