Class UnknownActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.interactions.portal.exception.PortalException
com.aquima.interactions.portal.exception.UnknownActionException
- All Implemented Interfaces:
Serializable
This exception is thrown when the flow contains an unsupported action.
- Since:
- 10.3
- Author:
- T. van der Griend
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownActionException
(String message) Basic constructor with only a message explaining the cause of the error. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString