Class NotificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.interfaces.metadata.NotificationException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionConstructs 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
-
Constructor Details
-
NotificationException
Constructs a NotificationException with a supplied error message text.- Parameters:
msg
- The detail message.
-