Class InvalidWorkerActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
it.univr.passportease.exception.invalid.InvalidWorkerActionException
- All Implemented Interfaces:
Serializable
Exception thrown when a worker tries to perform an invalid or not allowed action.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidWorkerActionException
(String message) Constructor ofInvalidWorkerActionException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidWorkerActionException
Constructor ofInvalidWorkerActionException
.- Parameters:
message
- The message of the exception.
-