Class AvailabilityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
it.univr.passportease.exception.notfound.AvailabilityNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when an availability is not found.
- See Also:
-
Constructor Summary
ConstructorDescriptionAvailabilityNotFoundException
(String message) Constructor ofAvailabilityNotFoundException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AvailabilityNotFoundException
Constructor ofAvailabilityNotFoundException
.- Parameters:
message
- The message of the exception.
-