PreCache NetInjector Documentation Center : PreCache NetInjector API Reference

Exception classes

   







InvalidNotificationException

An InvalidNotificationException occurs if the application attempts to construct a Notification object with attribute values inconsistent with the notification type of the associated channel.

Hierarchy

java.lang.Object

--> java.lang.Throwable

      --> java.lang.Exception

            --> com.precache.event. EventException

                  --> com.precache.event.InvalidNotificationException

Methods

InvalidNotificationException inherits fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, and toString from class java.lang.Throwable

InvalidNotificationException inherits clone, equals, finalize, getClass, hashCode, notify, notifyAll, and wait from class java.lang.Object