public class ConfigNotFoundException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
|
ConfigNotFoundException() |
|
ConfigNotFoundException(String message) |
|
ConfigNotFoundException(String format,
String... args) |
|
ConfigNotFoundException(String message,
Throwable cause) |
protected |
ConfigNotFoundException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
ConfigNotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2023 Seata. All rights reserved.