public class TransactionException extends CoordinatorException
| 构造器和说明 |
|---|
TransactionException(int code) |
TransactionException(org.joyqueue.exception.JoyQueueCode code,
Object... args) |
TransactionException(org.joyqueue.exception.JoyQueueCode code,
Throwable cause,
Object... args) |
TransactionException(String message,
int code) |
TransactionException(String message,
Throwable cause,
int code) |
TransactionException(Throwable cause,
int code) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
public TransactionException(int code)
public TransactionException(String message, int code)
public TransactionException(org.joyqueue.exception.JoyQueueCode code,
Object... args)
public TransactionException(org.joyqueue.exception.JoyQueueCode code,
Throwable cause,
Object... args)
public TransactionException(Throwable cause, int code)
Copyright © 2020 Joyqueue Community. All rights reserved.