org.jboss.messaging.core.impl.tx
Class TransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.messaging.core.impl.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)
           
 
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

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.