Class AgentIsDeadException

All Implemented Interfaces:
Serializable

public class AgentIsDeadException extends RuntimeException
Exception for indicating that a requested agent is dead.

This exception is thrown when a requested agent is dead.

See Also:
  • Constructor Details

    • AgentIsDeadException

      public AgentIsDeadException(String message)
      Constructs a new agent is dead exception with the specified detail message.
      Parameters:
      message - the detail message describing which requested agent is dead