Package com.attivio.sdk.error
Class SonarError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.SonarError
-
- All Implemented Interfaces:
java.io.Serializable
public class SonarError extends ErrorCode
Sonar error codes.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CATEGORY_SONAR
Messages related to sonar.static SonarError
CONTROLLER_ERROR
static SonarError
DOES_NOT_EXIST
static SonarError
DSD_GENERAL_WARNING
static SonarError
DSD_NOT_YET
static SonarError
DSD_PLUGIN_ERROR
static SonarError
DSD_STORE_INTERNAL_ERROR
static SonarError
DSD_STORE_NOT_FOUND
static SonarError
GENERAL_ERROR
generic errorstatic SonarError
GENERAL_WARNING
static SonarError
INTERNAL_ERROR
static SonarError
MART_GENERATION_WARNING
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
CATEGORY_SONAR
public static final java.lang.String CATEGORY_SONAR
Messages related to sonar.- See Also:
- Constant Field Values
-
GENERAL_ERROR
public static final SonarError GENERAL_ERROR
generic error
-
GENERAL_WARNING
public static final SonarError GENERAL_WARNING
-
CONTROLLER_ERROR
public static final SonarError CONTROLLER_ERROR
-
MART_GENERATION_WARNING
public static final SonarError MART_GENERATION_WARNING
-
INTERNAL_ERROR
public static final SonarError INTERNAL_ERROR
-
DSD_STORE_INTERNAL_ERROR
public static final SonarError DSD_STORE_INTERNAL_ERROR
-
DSD_GENERAL_WARNING
public static final SonarError DSD_GENERAL_WARNING
-
DSD_STORE_NOT_FOUND
public static final SonarError DSD_STORE_NOT_FOUND
-
DSD_NOT_YET
public static final SonarError DSD_NOT_YET
-
DOES_NOT_EXIST
public static final SonarError DOES_NOT_EXIST
-
DSD_PLUGIN_ERROR
public static final SonarError DSD_PLUGIN_ERROR
-
-