public class EurekaRegistryException extends RuntimeException
| Constructor and Description |
|---|
EurekaRegistryException(String message)
eureka registry exception.
|
EurekaRegistryException(String message,
Throwable cause)
eureka registry exception.
|
EurekaRegistryException(Throwable cause)
eureka registry exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EurekaRegistryException(String message)
message - the messagepublic EurekaRegistryException(String message, Throwable cause)
message - the messagecause - the causepublic EurekaRegistryException(Throwable cause)
cause - the causeCopyright © 2023 Seata. All rights reserved.