Class FaceValidationDataNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.FaceValidationDataNotFoundException
All Implemented Interfaces:
Serializable

@Generated public class FaceValidationDataNotFoundException extends RuntimeException
A custom exception when the facial validation data is not found in the database.
See Also:
  • Constructor Details

    • FaceValidationDataNotFoundException

      public FaceValidationDataNotFoundException(String message)
      The default constructor.
      Parameters:
      message - The message to be sent when the exception occurs.