spring-framework / org.springframework.core.serializer.support / SerializationFailedException / <init>

<init>

SerializationFailedException(message: String)

Construct a SerializationException with the specified detail message.

Parameters

message - the detail message

SerializationFailedException(message: String, cause: Throwable)

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

Parameters

message - the detail message

cause - the nested exception