fr.lip6.sma.simulacion.server
Class ServerException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AgentException

public class ServerException
extends InvocationTargetException

Classe pour une exception relative au paquet server (une exception avec un agent local ou réseau ou une exception réseau autre).

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

Constructor Summary
ServerException(Throwable 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

ServerException

public ServerException(Throwable inException)
Constructeur à partir d'une exception.

Parameters:
inException - exception survenue relative au paquet server.