be.ac.ulg.montefiore.run.totem.scenario.exception
Class EventExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.ac.ulg.montefiore.run.totem.scenario.exception.EventExecutionException
All Implemented Interfaces:
java.io.Serializable

public class EventExecutionException
extends java.lang.Exception

Exception thrown when a error occurs during the execution of an event. The cause will indicate which Exception occurred.

Creation date: 19 avr. 2006

Author:
Ga�l Monfort (monfort@run.montefiore.ulg.ac.be)
See Also:
Serialized Form

Constructor Summary
EventExecutionException()
           
EventExecutionException(java.lang.String message)
           
EventExecutionException(java.lang.String message, java.lang.Throwable cause)
           
EventExecutionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

EventExecutionException

public EventExecutionException()

EventExecutionException

public EventExecutionException(java.lang.String message)

EventExecutionException

public EventExecutionException(java.lang.Throwable cause)

EventExecutionException

public EventExecutionException(java.lang.String message,
                               java.lang.Throwable cause)


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.