Uses of Class
org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Packages that use OMAGCommonErrorCode Package Description org.odpi.openmetadata.commonservices.ffdc The FFDC Services provide common exceptions and error handling for service running in OMAG Servers. -
-
Uses of OMAGCommonErrorCode in org.odpi.openmetadata.commonservices.ffdc
Methods in org.odpi.openmetadata.commonservices.ffdc that return OMAGCommonErrorCode Modifier and Type Method Description static OMAGCommonErrorCodeOMAGCommonErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static OMAGCommonErrorCode[]OMAGCommonErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-