public class NacosDeserializationException extends NacosRuntimeException
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_CODE |
ERROR_MESSAGE_FORMAT
Constructor and Description |
---|
NacosDeserializationException() |
NacosDeserializationException(Class<?> targetClass) |
NacosDeserializationException(Class<?> targetClass,
Throwable throwable) |
NacosDeserializationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getTargetClass() |
getErrCode, setErrCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int ERROR_CODE
public NacosDeserializationException()
public NacosDeserializationException(Class<?> targetClass)
public NacosDeserializationException(Throwable throwable)
public Class<?> getTargetClass()
Copyright © 2018–2020 Alibaba Group. All rights reserved.