Class NotificationException

All Implemented Interfaces:
Serializable

public class NotificationException extends MetadataException
Thrown by the notify* methods in MetadataProvider if there is some inconsistency in the supplied parameters. Lightstreamer Kernel ensures that such conditions will never occur, but they may be checked for debugging or documentation reasons.
See Also:
  • Constructor Details

    • NotificationException

      public NotificationException(@Nullable String msg)
      Constructs a NotificationException with a supplied error message text.
      Parameters:
      msg - The detail message.