Class NotificationNotFoundException

All Implemented Interfaces:
Serializable

public class NotificationNotFoundException extends NotFoundException
This exception is thrown when a notification can not be found.
See Also:
  • Constructor Details

    • NotificationNotFoundException

      public NotificationNotFoundException(Long notificationId)
      This method constructs a new NotificationNotFoundException with the given notification ID.
      Parameters:
      notificationId - The ID of the notification that was searched for, given as a Long value