Class PassportNotFoundException

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

@Generated public class PassportNotFoundException extends RuntimeException
An exception which is thrown when a passport cannot be found.
See Also:
  • Constructor Details

    • PassportNotFoundException

      public PassportNotFoundException(String message)
      Creates a new PassportNotFoundException.
      Parameters:
      message - The message of the exception.