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

public class NotificationNotFoundException extends IllegalArgumentException
This exception is thrown when a notification requested by id is not found.
See Also:
  • Constructor Details

    • NotificationNotFoundException

      public NotificationNotFoundException(String message)
      Constructs a NotificationNotFoundException with no detail message.
      Parameters:
      message - The message of the exception.