be.ac.ulg.montefiore.run.totem.repository.model.exception
Class TotemActionExecutionException

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

public class TotemActionExecutionException
extends java.lang.Exception

Thrown if an error occurred during the execution of a TotemAction.

Creation date: 31-Jul.-2007

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

Constructor Summary
TotemActionExecutionException()
           
TotemActionExecutionException(java.lang.String message)
           
TotemActionExecutionException(java.lang.String message, java.lang.Throwable cause)
           
TotemActionExecutionException(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

TotemActionExecutionException

public TotemActionExecutionException()

TotemActionExecutionException

public TotemActionExecutionException(java.lang.String message)

TotemActionExecutionException

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

TotemActionExecutionException

public TotemActionExecutionException(java.lang.Throwable cause)


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