Class NotificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.adapters.remote.MetadataException
com.lightstreamer.adapters.remote.NotificationException
All Implemented Interfaces:
java.io.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:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    NotificationException​(java.lang.String msg)
    Constructs a NotificationException with a supplied error message text.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NotificationException

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