Class PassportNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.PassportNotFoundException
- All Implemented Interfaces:
Serializable
An exception which is thrown when a passport
cannot be found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPassportNotFoundException
(String message) Creates a newPassportNotFoundException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PassportNotFoundException
Creates a newPassportNotFoundException
.- Parameters:
message
- The message of the exception.
-