org.jboss.narayana.blacktie.jatmibroker.jab
Class TransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.narayana.blacktie.jatmibroker.jab.JABException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransactionException
public TransactionException(String msg,
Throwable cause)
- Report a root cause.
- Parameters:
msg
- The message to includecause
- 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.