Class InvalidAvailabilityIDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
it.univr.passportease.exception.invalid.InvalidAvailabilityIDException
- All Implemented Interfaces:
Serializable
Exception thrown when an invalid availability ID is passed to a method.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidAvailabilityIDException
(String message) Constructs aInvalidAvailabilityIDException
with no detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidAvailabilityIDException
Constructs aInvalidAvailabilityIDException
with no detail message.- Parameters:
message
- the detail message.
-