public class IdempotentException extends RuntimeException
| 限定符 | 构造器和说明 |
|---|---|
|
IdempotentException() |
|
IdempotentException(String message) |
|
IdempotentException(String message,
Throwable cause) |
protected |
IdempotentException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
IdempotentException(Throwable cause) |
Copyright © 2021. All rights reserved.