fungus.core.infrastructure
Class NetworkedCreationAgentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fungus.core.FungusException
                    |
                    +--fungus.core.infrastructure.CreateAgentException
                          |
                          +--fungus.core.infrastructure.NetworkedCreationAgentException
All Implemented Interfaces:
Serializable

public class NetworkedCreationAgentException
extends CreateAgentException

Throws if a agent is created on another host.

Since:
1.0
Version:
1.0
Author:
"Valvassori Moïse"
See Also:
Exception, Serialized Form

Constructor Summary
NetworkedCreationAgentException()
           
NetworkedCreationAgentException(String e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkedCreationAgentException

public NetworkedCreationAgentException()

NetworkedCreationAgentException

public NetworkedCreationAgentException(String e)