public class SerializationFailedException extends NestedRuntimeException
Serializer or
 Deserializer failed.
 Thrown by SerializingConverter and DeserializingConverter.| Constructor and Description | 
|---|
| SerializationFailedException(String message)Construct a  SerializationExceptionwith the specified detail message. | 
| SerializationFailedException(String message,
                            Throwable cause)Construct a  SerializationExceptionwith the specified detail message
 and nested exception. | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SerializationFailedException(String message)
SerializationException with the specified detail message.message - the detail message