Package com.attivio.sdk.error
Class DatabaseScannerError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.DatabaseScannerError
-
- All Implemented Interfaces:
java.io.Serializable
public final class DatabaseScannerError extends ErrorCode
Error codes for the database scanner.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DatabaseScannerError
UNDEFINED_REWRITE_VARIABLE
DATABASE_SCANNER-1: Undefined SQL rewriting variable
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
UNDEFINED_REWRITE_VARIABLE
public static final DatabaseScannerError UNDEFINED_REWRITE_VARIABLE
DATABASE_SCANNER-1: Undefined SQL rewriting variable
-
-