All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.pool.ApplicationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----bea.jolt.pool.ApplicationException

public class ApplicationException
extends RuntimeException
This exception is thrown when an application error occurs during a BEA TUXEDO service invocation. That is, when a BEA TUXEDO service returns with TPESVCFAIL. The Result object returned by the service invocation could contain additional application information about the error. The Result object can be accessed from this class.

Author:
Copyright (c) 1999 by BEA Systems, Inc. All Rights Reserved.

Method Index

 o getApplicationCode()
Gets the application code.
 o getResult()
Gets the Result object from the BEA TUXEDO service invocation.

Methods

 o getResult
 public Result getResult()
Gets the Result object from the BEA TUXEDO service invocation.

Returns:
Result object from the BEA TUXEDO service invocation.
 o getApplicationCode
 public int getApplicationCode()
Gets the application code. This is equivalent to the tpurcode returned from a BEA Tuxedo service.


All Packages  Class Hierarchy  This Package  Previous  Next  Index