public class BranchTransactionException extends TransactionException
code| 构造器和说明 |
|---|
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.
|
getCodepublic 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 © 2019 Seata. All rights reserved.