org.objectweb.dsrg.sofa.cushion.actionreg
Class CannotInstantiateActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dsrg.sofa.cushion.CushionException
              extended by org.objectweb.dsrg.sofa.cushion.actionreg.CannotInstantiateActionException
All Implemented Interfaces:
java.io.Serializable

public class CannotInstantiateActionException
extends CushionException

See Also:
Serialized Form

Constructor Summary
CannotInstantiateActionException()
           
CannotInstantiateActionException(java.lang.String message)
           
CannotInstantiateActionException(java.lang.String message, java.lang.Throwable cause)
           
CannotInstantiateActionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.objectweb.dsrg.sofa.cushion.CushionException
printException
 
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

CannotInstantiateActionException

public CannotInstantiateActionException()

CannotInstantiateActionException

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

CannotInstantiateActionException

public CannotInstantiateActionException(java.lang.String message)

CannotInstantiateActionException

public CannotInstantiateActionException(java.lang.Throwable cause)