com.sap.transaction

Class TxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.transaction.TxException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TxDemarcationException, TxDuplicateOIDRegistrationException, TxRollbackException, TxSynchronizationException

public class TxException
extends Exception

A TxException is thrown to indicate that the transaction manager has encountered an unexpected error situation. Most likely, an exception of this type is raised when a call to the underlying JTA transaction manager has failed. In this case, the caught JTA exception is packed as "cause" attribute into the TxException.

See Also:
Serialized Form

Constructor Summary
TxException()
           
TxException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

TxException

public TxException()

TxException

public TxException(String msg)
Access Rights

This class can be accessed from:


SC DC
[sap.com] ENGFACADE [sap.com] tc/je/txmanager/api


Copyright 2010 SAP AG Complete Copyright Notice