fr.lip6.sma.simulacion.server
Class NetworkAgentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.reflect.InvocationTargetException
              extended by fr.lip6.sma.simulacion.server.ServerException
                  extended by fr.lip6.sma.simulacion.server.AgentException
                      extended by fr.lip6.sma.simulacion.server.NetworkAgentException
All Implemented Interfaces:
Serializable

public class NetworkAgentException
extends AgentException

Classe pour une exception survenue dans l'accès à un agent distant.

Version:
$Revision: 3 $
Author:
Paul Guyot
See Also:
"aucun test défini.", Serialized Form

Constructor Summary
NetworkAgentException(Exception inException)
          Constructeur à partir d'une exception.
 
Method Summary
 
Methods inherited from class java.lang.reflect.InvocationTargetException
getCause, getTargetException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkAgentException

public NetworkAgentException(Exception inException)
Constructeur à partir d'une exception.

Parameters:
inException - exception survenue lors de l'accès à un agent distant