public final class UpgradeStateNotification extends Notification
Notification.priority
can be either
NotificationPriority.PROBLEM
or NotificationPriority.NOTICE
depending on the severity. The
Notification.message
will have more detailed information for a human user to understand.Constructor and Description |
---|
UpgradeStateNotification(String urn,
String message)
Uses a
NotificationPriority of NotificationPriority.PROBLEM . |
UpgradeStateNotification(String urn,
String message,
NotificationPriority priority) |
public UpgradeStateNotification(String urn, String message)
NotificationPriority
of NotificationPriority.PROBLEM
.public UpgradeStateNotification(String urn, String message, NotificationPriority priority)