PreCache NetInjector Documentation Center : PreCache NetInjector API Reference

Exception classes

   







InvalidSubjectException

An InvalidSubjectException occurs if the application references a nonexistent subject in a Notification object or an invalid subject filter in a subscription, as determined by the associated channel.

Hierarchy

java.lang.Object

--> java.lang.Throwable

      --> java.lang.Exception

            --> com.precache.event. EventException

                  --> com.precache.event.InvalidSubjectException

Methods

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

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