All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.paid.network.exception.AgentsAlreadyConnectedRuntimeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----edu.cmu.paid.network.exception.PaidNetworkRuntimeException
                                   |
                                   +----edu.cmu.paid.network.exception.AgentsAlreadyConnectedRuntimeException

public class AgentsAlreadyConnectedRuntimeException
extends PaidNetworkRuntimeException
Thrown if INetworkAPI.connectAgents() is called on two MulticastAgents who are already connected.

Author:
Barrett Trask

Constructor Index

 o AgentsAlreadyConnectedRuntimeException()
 o AgentsAlreadyConnectedRuntimeException(String)

Constructors

 o AgentsAlreadyConnectedRuntimeException
 public AgentsAlreadyConnectedRuntimeException()
 o AgentsAlreadyConnectedRuntimeException
 public AgentsAlreadyConnectedRuntimeException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index