public class NacosEmbeddedException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
|
NacosEmbeddedException()
Instantiates a new Nacos embedded exception.
|
|
NacosEmbeddedException(String message)
Instantiates a new Nacos embedded exception.
|
|
NacosEmbeddedException(String message,
Throwable cause)
Instantiates a new Nacos embedded exception.
|
protected |
NacosEmbeddedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new Nacos embedded exception.
|
|
NacosEmbeddedException(Throwable cause)
Instantiates a new Nacos embedded exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NacosEmbeddedException()
public NacosEmbeddedException(String message)
message - the messagepublic NacosEmbeddedException(String message, Throwable cause)
message - the messagecause - the causepublic NacosEmbeddedException(Throwable cause)
cause - the causeprotected NacosEmbeddedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack traceCopyright © 2023. All rights reserved.