Class AgentError

  • All Implemented Interfaces:
    java.io.Serializable

    public final class AgentError
    extends ErrorCode
    Errors for agent interaction
    See Also:
    Serialized Form
    • 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.