Class ActionExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.servicelayer.action.ActionException
de.hybris.platform.servicelayer.action.ActionExecutionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActionExecutionException(String message, Throwable t, TriggeredAction triggeredAction) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActionExecutionException
-
-
Method Details
-
getTriggeredAction
- Returns:
- the triggeredAction
-