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, toString
public TransactionException()
public TransactionException(String message)
public TransactionException(Throwable cause)
public TransactionException(String message, Throwable cause)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.