public class TransactionException extends Exception
| Constructor and Description | 
|---|
TransactionException()
Constructs an instance with no detail message. 
 | 
TransactionException(String desc)
Constructs an instance with a detail message. 
 | 
TransactionException(String desc,
                    Throwable cause)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionException(String desc)
desc - the detail messagepublic TransactionException()