public class NacosDeserializationException extends NacosRuntimeException
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ERROR_CODE |
ERROR_MESSAGE_FORMAT| 构造器和说明 |
|---|
NacosDeserializationException() |
NacosDeserializationException(Class<?> targetClass) |
NacosDeserializationException(Class<?> targetClass,
Throwable throwable) |
NacosDeserializationException(Throwable throwable) |
NacosDeserializationException(Type targetType) |
NacosDeserializationException(Type targetType,
Throwable throwable) |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<?> |
getTargetClass() |
getErrCode, setErrCodepublic static final int ERROR_CODE
public NacosDeserializationException()
public NacosDeserializationException(Class<?> targetClass)
public NacosDeserializationException(Type targetType)
public NacosDeserializationException(Throwable throwable)
public NacosDeserializationException(Class<?> targetClass, Throwable throwable)
public Class<?> getTargetClass()
Copyright © 2018–2020 Alibaba Group. All rights reserved.