public class SerializationFailedException extends NestedRuntimeException
Serializer
or
Deserializer
failed.
Thrown by SerializingConverter
and DeserializingConverter
.Constructor and Description |
---|
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, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SerializationFailedException(String message)
SerializationException
with the specified detail message.message
- the detail message