Class NacosConnectionFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.alibaba.cloud.nacos.diagnostics.analyzer.NacosConnectionFailureException
- All Implemented Interfaces:
Serializable
A
NacosConnectionFailureException is thrown when the application fails to
connect to Nacos Server.- Author:
- juven.xuxb
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNacosConnectionFailureException(String serverAddr, String message) NacosConnectionFailureException(String serverAddr, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NacosConnectionFailureException
-
NacosConnectionFailureException
-
-
Method Details
-
getServerAddr
-