public enum CruxOMRSErrorCode extends Enum<CruxOMRSErrorCode> implements org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageSet
| Modifier and Type | Method and Description |
|---|---|
org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageDefinition |
getMessageDefinition()
Retrieve a message definition object for an exception.
|
org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageDefinition |
getMessageDefinition(String... params)
Retrieve a message definition object for an exception.
|
String |
toString()
toString() JSON-style
|
static CruxOMRSErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CruxOMRSErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CruxOMRSErrorCode ENTITY_HOME_COLLECTION_REFERENCE
public static final CruxOMRSErrorCode METADATA_COLLECTION_CONFLICT
public static final CruxOMRSErrorCode ENTITY_PROXY_ONLY
public static final CruxOMRSErrorCode INVALID_CLASSIFICATION_FOR_ENTITY
public static final CruxOMRSErrorCode CANNOT_READ_CONFIGURATION
public static final CruxOMRSErrorCode QUERY_TIMEOUT
public static final CruxOMRSErrorCode ENTITY_NOT_KNOWN
public static final CruxOMRSErrorCode RELATIONSHIP_NOT_KNOWN
public static final CruxOMRSErrorCode UNKNOWN_RUNTIME_ERROR
public static final CruxOMRSErrorCode CANNOT_CLOSE_RESOURCE
public static final CruxOMRSErrorCode FAILED_DISCONNECT
public static final CruxOMRSErrorCode PERSISTENCE_LAYER_MISMATCH
public static final CruxOMRSErrorCode REGEX_NOT_IMPLEMENTED
public static CruxOMRSErrorCode[] values()
for (CruxOMRSErrorCode c : CruxOMRSErrorCode.values()) System.out.println(c);
public static CruxOMRSErrorCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageDefinition getMessageDefinition()
getMessageDefinition in interface org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageSetpublic org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageDefinition getMessageDefinition(String... params)
getMessageDefinition in interface org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageSetparams - array of parameters (all strings). They are inserted into the message according to the numbering in the message text.public String toString()
toString in class Enum<CruxOMRSErrorCode>Copyright © 2021 ODPi. All rights reserved.