public class EurekaRegistryException extends RuntimeException
| 构造器和说明 |
|---|
EurekaRegistryException()
eureka registry exception.
|
EurekaRegistryException(String message)
eureka registry exception.
|
EurekaRegistryException(String message,
Throwable cause)
eureka registry exception.
|
EurekaRegistryException(Throwable cause)
eureka registry exception.
|
public EurekaRegistryException()
public EurekaRegistryException(String message)
message - the messagepublic EurekaRegistryException(String message, Throwable cause)
message - the messagecause - the causepublic EurekaRegistryException(Throwable cause)
cause - the causeCopyright © 2020 Seata. All rights reserved.