spring-framework / org.springframework.core.serializer.support / SerializationFailedException

SerializationFailedException

open class SerializationFailedException : NestedRuntimeException

Wrapper for the native IOException (or similar) when a org.springframework.core.serializer.Serializer or org.springframework.core.serializer.Deserializer failed. Thrown by SerializingConverter and DeserializingConverter.

Author
Gary Russell

Author
Juergen Hoeller

Since
3.0.5

Constructors

<init>

SerializationFailedException(message: String)

Construct a SerializationException with the specified detail message.

SerializationFailedException(message: String, cause: Throwable)

Construct a SerializationException with the specified detail message and nested exception.