Class UserOrWorkerIDNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
it.univr.passportease.exception.notfound.UserOrWorkerIDNotFoundException
All Implemented Interfaces:
Serializable

public class UserOrWorkerIDNotFoundException extends IllegalArgumentException
This exception is thrown when a user / worker ID is not found in the database.
See Also:
  • Constructor Details

    • UserOrWorkerIDNotFoundException

      public UserOrWorkerIDNotFoundException(String message)
      Parameters:
      message - The message of the exception.