Class NotificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.interfaces.metadata.NotificationException
All Implemented Interfaces:
Serializable

public class NotificationException extends Exception
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.