Class ServerActionNotFoundException

All Implemented Interfaces:
LocalizableError, Serializable

public class ServerActionNotFoundException extends UncheckedException
Thrown, if no server action existed for a requested action id.
Since:
4.0
See Also:
  • Constructor Details

    • ServerActionNotFoundException

      public ServerActionNotFoundException(String message, long actionId)
      Constructor for this exception.
      Parameters:
      message - The message.
      actionId - The id of the action that could not be found.
      Since:
      4.0.17
  • Method Details

    • getActionId

      public long getActionId()
      Returns the invalid server action id being used.
      Since:
      4.0.17