public class SerializationFailedException extends NestedRuntimeException
Serializer or
Deserializer failed.
Thrown by SerializingConverter and DeserializingConverter.| 构造器和说明 |
|---|
SerializationFailedException(String message)
Construct a
SerializationException with the specified detail message. |
SerializationFailedException(String message,
Throwable cause)
Construct a
SerializationException with the specified detail message
and nested exception. |
contains, getMessage, getMostSpecificCause, getRootCausepublic SerializationFailedException(String message)
SerializationException with the specified detail message.message - the detail message