bea.jolt
Class SessionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--bea.jolt.JoltException
                          |
                          +--bea.jolt.SessionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SessionPoolException

public class SessionException
extends JoltException

This exception is thrown when user cannot initiate a session due to an authentication error or system error.

See Also:
Serialized Form

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
 
Method Summary
 int getApplicationCode()
          Get the application code.
 
Methods inherited from class bea.jolt.JoltException
getErrno, getObject, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getApplicationCode

public int getApplicationCode()
Get the application code. This is equivalent to the tpurcode in ATMI.