Class AgentRuntimeException

All Implemented Interfaces:
Serializable

public class AgentRuntimeException extends RuntimeException
This Exception is thrown when an agent runtime error occurs. It is thrown by agents when they encounter an error that prevents them from executing.
See Also:
  • Constructor Details

    • AgentRuntimeException

      public AgentRuntimeException(String message)
      Constructs an AgentRuntimeException with the specified detail message.
      Parameters:
      message - the detail message
    • AgentRuntimeException

      public AgentRuntimeException(String message, Throwable cause)
      Constructs an AgentRuntimeException with the specified detail message and cause.
      Parameters:
      message - the detail
      cause - the cause