Class InvalidPassportException

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

@Generated public class InvalidPassportException extends RuntimeException
A custom exception which is used if an error occurs when processing the passport.
See Also:
  • Constructor Details

    • InvalidPassportException

      public InvalidPassportException(String message)
      Constructor with a feedback message.
      Parameters:
      message - The custom message.