BEA Systems, Inc.


weblogic.transaction
Class TransactionSystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--weblogic.transaction.TransactionSystemException

public class TransactionSystemException
extends java.rmi.RemoteException

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

See Also:
Serialized Form

Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
TransactionSystemException()
           
TransactionSystemException(java.lang.String s)
           
TransactionSystemException(java.lang.String s, java.lang.Throwable t)
           
 
Methods inherited from class java.rmi.RemoteException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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(java.lang.String s)

TransactionSystemException

public TransactionSystemException(java.lang.String s,
                                  java.lang.Throwable t)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference