Package com.attivio.sdk.error
Class JoinFinderError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.JoinFinderError
-
- All Implemented Interfaces:
java.io.Serializable
public class JoinFinderError extends ErrorCode
Error codes for join finder module.- Author:
- dnicodemus
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CATEGORY_JOINFINDER
Messages related to sonar.static JoinFinderError
INGEST_DOC_SKIP_ERROR
%s collecting statistics for table %s document %s Connector run version %dstatic JoinFinderError
INGEST_DOC_SKIP_WARN
Dropping invalid sonar data document %s because of a bad %s value %sstatic JoinFinderError
INGEST_MV_FIELD
Multiple values found in %s field for document with ID %sstatic JoinFinderError
INGEST_TABLE_PERSIST_ERROR
%s persisting data for table %sstatic JoinFinderError
INTERNAL_ERROR
Internal Error %sstatic JoinFinderError
STORE_ADD_B4_RM
Add %s before removestatic JoinFinderError
STORE_BAD_FLDNAME
Illegal field name %s contains '%s'static JoinFinderError
STORE_BAD_UPDATE_COUNT
"%s count != 1 : count : %d name space : %s"static JoinFinderError
STORE_CLOSE
"Failed to close %s : %s"static JoinFinderError
STORE_CONNECTION
Connection error [ %s ]static JoinFinderError
STORE_DELETE
Could not delete %s [ %s ]static JoinFinderError
STORE_ERROR
"Internal Store Error %s"static JoinFinderError
STORE_EXEC
"Could not execute command [%s] exception [%s]"static JoinFinderError
STORE_FETCH
"Could not fetch %s [ %s ]"static JoinFinderError
STORE_FMT_VERSION
Software storage format version %d incompatible with persisted version %dstatic JoinFinderError
STORE_ID_LEN
"Illegal %s Id length %d should be %d"static JoinFinderError
STORE_ISCLOSE
"Failed to close input Stream %s"static JoinFinderError
STORE_KEY_MALFORMED
key [ %s ] is malformedstatic JoinFinderError
STORE_KEY_MISMATCH
Number of fields %d in key does not match the other key %dstatic JoinFinderError
STORE_NO_INFO
"No %s information found for name space %s"static JoinFinderError
STORE_NOT_YET
"%s not yet implemented"static JoinFinderError
STORE_NS_MATCH
"Name space %s, the number of fields, %d does not match the the number of types, %d"static JoinFinderError
STORE_NS_NULL
"Name space one or more of the following are null nameSpace : %s fieldNames : %s types : %s"static JoinFinderError
STORE_NS_ZERO
"Name space %s , number of fields must be greater than zero"static JoinFinderError
STORE_OPT_UPD
Optimistic update failed [ %s ] from version %d to %dstatic JoinFinderError
STORE_REC_NOT_FOUND
"%s : %s Not Found"static JoinFinderError
STORE_SELF_LINK
Self linking table %sstatic JoinFinderError
STORE_SINGLETON
"Multiple records found for %s"static JoinFinderError
STORE_UNKOWN_TYPE
"Unknown type %s"
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
fmt(java.lang.Object... args)
Format the message-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
CATEGORY_JOINFINDER
public static final java.lang.String CATEGORY_JOINFINDER
Messages related to sonar.- See Also:
- Constant Field Values
-
INTERNAL_ERROR
public static final JoinFinderError INTERNAL_ERROR
Internal Error %s
-
STORE_ERROR
public static final JoinFinderError STORE_ERROR
"Internal Store Error %s"
-
STORE_UNKOWN_TYPE
public static final JoinFinderError STORE_UNKOWN_TYPE
"Unknown type %s"
-
STORE_BAD_UPDATE_COUNT
public static final JoinFinderError STORE_BAD_UPDATE_COUNT
"%s count != 1 : count : %d name space : %s"
-
STORE_EXEC
public static final JoinFinderError STORE_EXEC
"Could not execute command [%s] exception [%s]"
-
STORE_CLOSE
public static final JoinFinderError STORE_CLOSE
"Failed to close %s : %s"
-
STORE_SINGLETON
public static final JoinFinderError STORE_SINGLETON
"Multiple records found for %s"
-
STORE_NO_INFO
public static final JoinFinderError STORE_NO_INFO
"No %s information found for name space %s"
-
STORE_FETCH
public static final JoinFinderError STORE_FETCH
"Could not fetch %s [ %s ]"
-
STORE_NS_NULL
public static final JoinFinderError STORE_NS_NULL
"Name space one or more of the following are null nameSpace : %s fieldNames : %s types : %s"
-
STORE_NS_MATCH
public static final JoinFinderError STORE_NS_MATCH
"Name space %s, the number of fields, %d does not match the the number of types, %d"
-
STORE_NS_ZERO
public static final JoinFinderError STORE_NS_ZERO
"Name space %s , number of fields must be greater than zero"
-
STORE_ID_LEN
public static final JoinFinderError STORE_ID_LEN
"Illegal %s Id length %d should be %d"
-
STORE_NOT_YET
public static final JoinFinderError STORE_NOT_YET
"%s not yet implemented"
-
STORE_ISCLOSE
public static final JoinFinderError STORE_ISCLOSE
"Failed to close input Stream %s"
-
STORE_REC_NOT_FOUND
public static final JoinFinderError STORE_REC_NOT_FOUND
"%s : %s Not Found"
-
STORE_SELF_LINK
public static final JoinFinderError STORE_SELF_LINK
Self linking table %s
-
STORE_BAD_FLDNAME
public static final JoinFinderError STORE_BAD_FLDNAME
Illegal field name %s contains '%s'
-
STORE_KEY_MISMATCH
public static final JoinFinderError STORE_KEY_MISMATCH
Number of fields %d in key does not match the other key %d
-
STORE_CONNECTION
public static final JoinFinderError STORE_CONNECTION
Connection error [ %s ]
-
STORE_KEY_MALFORMED
public static final JoinFinderError STORE_KEY_MALFORMED
key [ %s ] is malformed
-
STORE_DELETE
public static final JoinFinderError STORE_DELETE
Could not delete %s [ %s ]
-
STORE_ADD_B4_RM
public static final JoinFinderError STORE_ADD_B4_RM
Add %s before remove
-
STORE_FMT_VERSION
public static final JoinFinderError STORE_FMT_VERSION
Software storage format version %d incompatible with persisted version %d
-
INGEST_MV_FIELD
public static final JoinFinderError INGEST_MV_FIELD
Multiple values found in %s field for document with ID %s
-
INGEST_DOC_SKIP_WARN
public static final JoinFinderError INGEST_DOC_SKIP_WARN
Dropping invalid sonar data document %s because of a bad %s value %s
-
INGEST_DOC_SKIP_ERROR
public static final JoinFinderError INGEST_DOC_SKIP_ERROR
%s collecting statistics for table %s document %s Connector run version %d
-
INGEST_TABLE_PERSIST_ERROR
public static final JoinFinderError INGEST_TABLE_PERSIST_ERROR
%s persisting data for table %s
-
STORE_OPT_UPD
public static final JoinFinderError STORE_OPT_UPD
Optimistic update failed [ %s ] from version %d to %d
-
-