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