Class ServerActionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.common.UncheckedException
de.espirit.firstspirit.access.ServerActionNotFoundException
All Implemented Interfaces:
de.espirit.common.LocalizableError, Serializable

public class ServerActionNotFoundException extends de.espirit.common.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