bea.jolt
Class EventException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybea.jolt.JoltException
                  extended bybea.jolt.EventException
All Implemented Interfaces:
java.io.Serializable

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).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class bea.jolt.JoltException
TPEABORT, TPEBADDESC, TPEBLOCK, TPEDIAGNOSTIC, TPEEVENT, TPEHAZARD, TPEHEURISTIC, TPEINVAL, TPEIO, TPEITYPE, TPEJOLT, TPELIMIT, TPEMATCH, TPEMIB, TPENOENT, TPEOS, TPEOTYPE, TPEPERM, TPEPROTO, TPERELEASE, TPERMERR, TPESVCERR, TPESVCFAIL, TPESYSTEM, TPETIME, TPETRAN, TPGOTSIG
 
Methods inherited from class bea.jolt.JoltException
getErrno, getObject, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait