public class ValueDeserializationException extends FiberException
ValueSerializer
cannot deserialize a value.| Constructor and Description |
|---|
ValueDeserializationException(Object value,
Class<?> targetType,
String message) |
ValueDeserializationException(Object value,
Class<?> targetType,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getTargetType()
The target type that could not be deserialized to.
|
Object |
getValue()
The value that could not be deserialized.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString