Class UnknownActionException

All Implemented Interfaces:
Serializable

public final class UnknownActionException extends CommunicationEngineException
This exception is used to indicate an action definition could not be found for a specific name.
Since:
9.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownActionException

      public UnknownActionException(String name)
      Constructs the exception with the name of the unknown action.
      Parameters:
      name - The name of the unknown action.
  • Method Details

    • getActionName

      public String getActionName()
      This method returns the name of the unknown action.
      Returns:
      The name of the unknown action.