Package fr.enedis.chutney.action.domain
Class ActionInstantiationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.enedis.chutney.action.domain.ActionInstantiationFailureException
- All Implemented Interfaces:
Serializable
Thrown when a action fails to be instantiated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActionInstantiationFailureException(String actionIdentifier, ReflectiveOperationException cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActionInstantiationFailureException
public ActionInstantiationFailureException(String actionIdentifier, ReflectiveOperationException cause)
-