| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.rift.coad.lib.transaction.TransactionException
TransactionException | public class TransactionException extends java.lang.Exception (Code) | | This exception is thrown when there is an error while dealing with the
transactions.
author: Brett Chaldecott |
TransactionException | public TransactionException()(Code) | | Creates a new instance of TransactionException without detail message.
|
TransactionException | public TransactionException(String msg)(Code) | | Constructs an instance of TransactionException with the specified detail message.
Parameters: msg - the detail message. |
TransactionException | public TransactionException(String msg, Throwable ex)(Code) | | Constructs an instance of TransactionException with the specified detail message.
Parameters: msg - the detail message. Parameters: ex - The throwable exception stack. |
|
|
|