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 SummaryConstructorsConstructorDescriptionInvalidWorkerActionException(String message) Constructor ofInvalidWorkerActionException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidWorkerActionExceptionConstructor ofInvalidWorkerActionException.- Parameters:
- message- The message of the exception.
 
 
-