Class PassportValidationDataNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.PassportValidationDataNotFoundException
- All Implemented Interfaces:
Serializable
A custom exception which is used when the
passport validation data is not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PassportValidationDataNotFoundException
The default constructor.- Parameters:
message
- The message to be sent when the exception occurs.
-