- All Superinterfaces:
Serializable
Notification category.
- Since:
- 5.7
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NotificationCategoryA deprecation category.static final NotificationCategoryA generic category.static final NotificationCategoryA hint category.static final NotificationCategoryA performance category.static final NotificationCategoryAn unrecognized category.static final NotificationCategoryAn unsupported category.
-
Field Details
-
HINT
A hint category.For instance, the given hint cannot be satisfied.
-
UNRECOGNIZED
An unrecognized category.For instance, the query or command mentions entities that are unknown to the system.
-
UNSUPPORTED
An unsupported category.For instance, the query/command is trying to use features that are not supported by the current system or using features that are experimental and should not be used in production.
-
PERFORMANCE
A performance category.For instance, the query uses costly operations and might be slow.
-
DEPRECATION
A deprecation category.For instance, the query/command use deprecated features that should be replaced.
-
GENERIC
A generic category.For instance, notifications that are not part of a more specific class.
-