Class PassportValidationDataNotFoundException

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

@Generated public class PassportValidationDataNotFoundException extends RuntimeException
A custom exception which is used when the passport validation data is not found.
See Also:
  • Constructor Details

    • PassportValidationDataNotFoundException

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