Package com.attivio.sdk.error
Class AgentError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.AgentError
-
- All Implemented Interfaces:
java.io.Serializable
public final class AgentError extends ErrorCode
Errors for agent interaction- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
CONFIGSERVER_NOT_STARTED
AGENT-5 No configuration servers have been started causing a cluster control operation to failstatic ErrorCode
CONNECT_ERROR
AGENT-1 Could not connect to a remote agent.static ErrorCode
FAILED_SHUTDOWN
AGENT-2 Failed to shutdown process started by agent.static ErrorCode
FAILED_START
AGENT-3 Failed to startup a process.static ErrorCode
RELATIVE_DIRECTORIES
AGENT-6 Relative directories have been chosen for data and/or log directories.static ErrorCode
STARTUP_ALTERED
AGENT-4 Startup conditions for a process were altered to allow the system to start
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
CONNECT_ERROR
public static final ErrorCode CONNECT_ERROR
AGENT-1 Could not connect to a remote agent.
-
FAILED_SHUTDOWN
public static final ErrorCode FAILED_SHUTDOWN
AGENT-2 Failed to shutdown process started by agent.
-
FAILED_START
public static final ErrorCode FAILED_START
AGENT-3 Failed to startup a process.
-
STARTUP_ALTERED
public static final ErrorCode STARTUP_ALTERED
AGENT-4 Startup conditions for a process were altered to allow the system to start
-
CONFIGSERVER_NOT_STARTED
public static final ErrorCode CONFIGSERVER_NOT_STARTED
AGENT-5 No configuration servers have been started causing a cluster control operation to fail
-
RELATIVE_DIRECTORIES
public static final ErrorCode RELATIVE_DIRECTORIES
AGENT-6 Relative directories have been chosen for data and/or log directories.
-
-