org.jboss.messaging.core.tx
Class TransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.messaging.core.tx.TransactionException
All Implemented Interfaces:
java.io.Serializable

public class TransactionException
extends java.lang.Exception

Version:
$Revision$
Author:
Tim Fox
See Also:
Serialized Form

Constructor Summary
TransactionException(java.lang.String msg)
           
TransactionException(java.lang.String msg, java.lang.Throwable t)
           
 
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

TransactionException

public TransactionException(java.lang.String msg)

TransactionException

public TransactionException(java.lang.String msg,
                            java.lang.Throwable t)


Copyright © 2006 JBoss Inc. All Rights Reserved.