public class SerializationFailedException extends NestedRuntimeException
Serializer
or
Deserializer
failed.
Thrown by SerializingConverter
and DeserializingConverter
.Constructor and Description |
---|
SerializationFailedException(java.lang.String message)
Construct a
SerializationException with the specified detail message. |
SerializationFailedException(java.lang.String message,
java.lang.Throwable cause)
Construct a
SerializationException with the specified detail message
and nested exception. |
contains, getMessage, getMostSpecificCause, getRootCause
public SerializationFailedException(java.lang.String message)
SerializationException
with the specified detail message.message
- the detail messagepublic SerializationFailedException(java.lang.String message, java.lang.Throwable cause)
SerializationException
with the specified detail message
and nested exception.message
- the detail messagecause
- the nested exception