Class InvalidDocumentException

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

@Generated public class InvalidDocumentException extends RuntimeException
A custom exception class which is used if the selfie is invalid.
See Also:
  • Constructor Details

    • InvalidDocumentException

      public InvalidDocumentException(String message)
      Constructor with a message as parameter.
      Parameters:
      message - The custom message.