public class BranchTransactionException extends TransactionException
code| Constructor and Description |
|---|
BranchTransactionException(String message)
Instantiates a new Transaction exception.
|
BranchTransactionException(String message,
Throwable cause)
Instantiates a new Transaction exception.
|
BranchTransactionException(Throwable cause)
Instantiates a new Transaction exception.
|
BranchTransactionException(TransactionExceptionCode code)
Instantiates a new Transaction exception.
|
BranchTransactionException(TransactionExceptionCode code,
String message)
Instantiates a new Transaction exception.
|
BranchTransactionException(TransactionExceptionCode code,
String message,
Throwable cause)
Instantiates a new Transaction exception.
|
BranchTransactionException(TransactionExceptionCode code,
Throwable cause)
Instantiates a new Transaction exception.
|
getCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BranchTransactionException(TransactionExceptionCode code)
code - the codepublic BranchTransactionException(TransactionExceptionCode code, Throwable cause)
code - the codecause - the causepublic BranchTransactionException(String message)
message - the messagepublic BranchTransactionException(TransactionExceptionCode code, String message)
code - the codemessage - the messagepublic BranchTransactionException(Throwable cause)
cause - the causepublic BranchTransactionException(String message, Throwable cause)
message - the messagecause - the causepublic BranchTransactionException(TransactionExceptionCode code, String message, Throwable cause)
code - the codemessage - the messagecause - the causeCopyright © 2023 Seata. All rights reserved.