Class AgentNotRegisteredException

All Implemented Interfaces:
Serializable

public class AgentNotRegisteredException extends AgentException
Exception if the an agent is not registered at a node or anywhere in the network.
See Also:
  • Constructor Details

    • AgentNotRegisteredException

      public AgentNotRegisteredException(String message)
    • AgentNotRegisteredException

      public AgentNotRegisteredException(Throwable cause)
    • AgentNotRegisteredException

      public AgentNotRegisteredException(String message, Throwable cause)