BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.transaction
Class TransactionSystemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byweblogic.transaction.TransactionSystemException
All Implemented Interfaces:
Serializable

public class TransactionSystemException
extends RemoteException

This class extends java.rmi.RemoteException, and is thrown by transaction interceptors to communicate a transaction SystemException to clients.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
TransactionSystemException()
           
TransactionSystemException(String s)
           
TransactionSystemException(String s, Throwable t)
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionSystemException

public TransactionSystemException()

TransactionSystemException

public TransactionSystemException(String s)

TransactionSystemException

public TransactionSystemException(String s,
                                  Throwable t)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.