All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.EventException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----bea.jolt.JoltException
                                   |
                                   +----bea.jolt.EventException

public class EventException
extends JoltException
This exception is thrown if any of the following TUXEDO errors occurs: TPEINVAL (invalid arguments are given), TPENOENT (cannot access the TUXEDO System Event Broker), TPELIMIT (the event broker's maximum number of subscriptions has been reached), TPEMATCH (the subscription failed because it matched one already listed with the event broker), TPETIME (a timeout occurs), TPEOS (an operating system error occurs), TPESYSTEM (a TUXEDO system error occurs).



All Packages  Class Hierarchy  This Package  Previous  Next  Index