com.rhi.architecture.xa
Class TransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended bycom.rhi.architecture.xa.TransactionException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class TransactionException
extends org.apache.commons.lang.exception.NestableException

TransactionException Class

Since:
1.0
Author:
Pete McKinstry
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
TransactionException()
          Constructor
TransactionException(java.lang.String pMessage)
          Constructor
TransactionException(java.lang.String msg, java.lang.Throwable cause)
          Constructor
TransactionException(java.lang.Throwable cause)
          Constructor
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionException

public TransactionException()
Constructor


TransactionException

public TransactionException(java.lang.String pMessage)
Constructor

Parameters:
pMessage -

TransactionException

public TransactionException(java.lang.Throwable cause)
Constructor

Parameters:
cause -

TransactionException

public TransactionException(java.lang.String msg,
                            java.lang.Throwable cause)
Constructor

Parameters:
msg -
cause -


Copyright © 2002-2004 Robert Half International. All Rights Reserved.