All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.paid.network.exception.AgentsNotConnectedRuntimeException

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

public class AgentsNotConnectedRuntimeException
extends PaidNetworkRuntimeException
Thrown if INetworkAPI.disconnectAgents() is called on two MulticastAgents who are not connected.

Author:
Barrett Trask

Constructor Index

 o AgentsNotConnectedRuntimeException()
 o AgentsNotConnectedRuntimeException(String)

Constructors

 o AgentsNotConnectedRuntimeException
 public AgentsNotConnectedRuntimeException()
 o AgentsNotConnectedRuntimeException
 public AgentsNotConnectedRuntimeException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index