org.jboss.narayana.blacktie.jatmibroker.jab
Class TransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.narayana.blacktie.jatmibroker.jab.JABException
              extended by org.jboss.narayana.blacktie.jatmibroker.jab.TransactionException
All Implemented Interfaces:
Serializable

public class TransactionException
extends JABException

The JABTransactionException is used throughout the JAB library to report issues to the client.

See Also:
Serialized Form

Constructor Summary
TransactionException(String msg)
          The JABException that doesn't need the root cause.
TransactionException(String msg, Throwable cause)
          Report a root cause.
 
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(String msg,
                            Throwable cause)
Report a root cause.

Parameters:
msg - The message to include
cause - The root cause of the exception

TransactionException

public TransactionException(String msg)
The JABException that doesn't need the root cause.

Parameters:
msg - The message to include


Copyright © 2011. All Rights Reserved.