Class UnknownActionException

All Implemented Interfaces:
Serializable

public class UnknownActionException extends PortalException
This exception is thrown when the flow contains an unsupported action.
Since:
10.3
Author:
T. van der Griend
See Also:
  • Constructor Details

    • UnknownActionException

      public UnknownActionException(String message)
      Basic constructor with only a message explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.