Class NotificationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
it.univr.passportease.exception.notfound.NotificationNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when a notification requested by id is not found.
- See Also:
-
Constructor Summary
ConstructorDescriptionNotificationNotFoundException
(String message) Constructs aNotificationNotFoundException
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
-
NotificationNotFoundException
Constructs aNotificationNotFoundException
with no detail message.- Parameters:
message
- The message of the exception.
-