Package com.attivio.sdk.error
Class SliderError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.SliderError
-
- All Implemented Interfaces:
java.io.Serializable
public final class SliderError extends ErrorCode
Contains error codes related to slider- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
APPLICATION_NAME_REQUIRED
SLIDER-3 Application name cannot be null or empty.static ErrorCode
APPLICATION_NOT_RUNNING
SLIDER-6 Application is not running.static ErrorCode
APPLICATION_RUNNING
SLIDER-5 Application is already running.static ErrorCode
COMMAND_EXCEPTION
SLIDER-2 Exception calling slider command.static ErrorCode
COMMAND_FAILED
SLIDER-18 Failed to complete command.static ErrorCode
CONFLICTING_PROPERTIES
SLIDER-15 Set properties are conflictingstatic ErrorCode
CREATE_CONFIGURATION_FILE_EXCEPTION
SLIDER-9 Exception creating configuration file.static ErrorCode
DEFAULTS_NOT_SET
SLIDER-7 Defaults not set.static ErrorCode
INVALID_PARAMETER
SLIDER-17 Invalid parameterstatic ErrorCode
JAXB_EXCEPTION
SLIDER-14 Exception initializing JAXBstatic ErrorCode
MISSING_PROPERTY
SLIDER-8 Required property not provided.static ErrorCode
NO_REMOVE_POSSIBLE
SLIDER-19 Cannot remove row, already at minimum.static ErrorCode
PARAMETER_REQUIRED
SLIDER-10 Required parameter cannot be null or empty.static ErrorCode
STATUS_EXCEPTION
SLIDER-11 Exception reading the status.static ErrorCode
UNCLEAN_STATE
SLIDER-16 The application is in an unclean state, not in YARN but in sliderstatic ErrorCode
UNKNOWN_APPLICATION
SLIDER-4 Application name unknown.static ErrorCode
UPGRADE_FAILED
SLIDER-12 Upgrade failed.static ErrorCode
ZIPFILE_EXCEPTION
SLIDER-1 ZipFile exception while creating the zip file.static ErrorCode
ZOOKEEPER_EXCEPTION
SLIDER-13 Exception accessing Zookeeper.
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
ZIPFILE_EXCEPTION
public static final ErrorCode ZIPFILE_EXCEPTION
SLIDER-1 ZipFile exception while creating the zip file.
-
COMMAND_EXCEPTION
public static final ErrorCode COMMAND_EXCEPTION
SLIDER-2 Exception calling slider command.
-
APPLICATION_NAME_REQUIRED
public static final ErrorCode APPLICATION_NAME_REQUIRED
SLIDER-3 Application name cannot be null or empty.
-
UNKNOWN_APPLICATION
public static final ErrorCode UNKNOWN_APPLICATION
SLIDER-4 Application name unknown. Use list to see what applications are deployed.
-
APPLICATION_RUNNING
public static final ErrorCode APPLICATION_RUNNING
SLIDER-5 Application is already running.
-
APPLICATION_NOT_RUNNING
public static final ErrorCode APPLICATION_NOT_RUNNING
SLIDER-6 Application is not running.
-
DEFAULTS_NOT_SET
public static final ErrorCode DEFAULTS_NOT_SET
SLIDER-7 Defaults not set.
-
MISSING_PROPERTY
public static final ErrorCode MISSING_PROPERTY
SLIDER-8 Required property not provided.
-
CREATE_CONFIGURATION_FILE_EXCEPTION
public static final ErrorCode CREATE_CONFIGURATION_FILE_EXCEPTION
SLIDER-9 Exception creating configuration file.
-
PARAMETER_REQUIRED
public static final ErrorCode PARAMETER_REQUIRED
SLIDER-10 Required parameter cannot be null or empty.
-
STATUS_EXCEPTION
public static final ErrorCode STATUS_EXCEPTION
SLIDER-11 Exception reading the status.
-
UPGRADE_FAILED
public static final ErrorCode UPGRADE_FAILED
SLIDER-12 Upgrade failed.
-
ZOOKEEPER_EXCEPTION
public static final ErrorCode ZOOKEEPER_EXCEPTION
SLIDER-13 Exception accessing Zookeeper.
-
JAXB_EXCEPTION
public static final ErrorCode JAXB_EXCEPTION
SLIDER-14 Exception initializing JAXB
-
CONFLICTING_PROPERTIES
public static final ErrorCode CONFLICTING_PROPERTIES
SLIDER-15 Set properties are conflicting
-
UNCLEAN_STATE
public static final ErrorCode UNCLEAN_STATE
SLIDER-16 The application is in an unclean state, not in YARN but in slider
-
INVALID_PARAMETER
public static final ErrorCode INVALID_PARAMETER
SLIDER-17 Invalid parameter
-
COMMAND_FAILED
public static final ErrorCode COMMAND_FAILED
SLIDER-18 Failed to complete command.
-
NO_REMOVE_POSSIBLE
public static final ErrorCode NO_REMOVE_POSSIBLE
SLIDER-19 Cannot remove row, already at minimum.
-
-