Class InvalidActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.servicelayer.action.ActionException
de.hybris.platform.servicelayer.action.InvalidActionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidActionException(String message, Throwable cause, ActionType type, String target) InvalidActionException(String message, Throwable cause, AbstractActionModel action) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidActionException
-
InvalidActionException
-
-
Method Details
-
getType
- Returns:
- the type
-
getTarget
- Returns:
- the target
-
getAction
- Returns:
- the action
-