public class TransactionException extends Exception
| Constructor and Description | 
|---|
| TransactionException() | 
| TransactionException(String message) | 
| TransactionException(String message,
                    Throwable cause) | 
| TransactionException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionException()
public TransactionException(String message)
public TransactionException(Throwable cause)
public TransactionException(String message, Throwable cause)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.