Package de.espirit.firstspirit.access
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:
LocalizableError
,Serializable
Thrown, if no server action existed for a requested action id.
- Since:
- 4.0
- See Also:
-
Constructor Summary
ConstructorDescriptionServerActionNotFoundException
(String message, long actionId) Constructor for this exception. -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the invalid server action id being used.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerActionNotFoundException
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
-