Class SerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.data.redis.serializer.SerializationException
All Implemented Interfaces:
Serializable

public class SerializationException extends org.springframework.core.NestedRuntimeException
Generic exception indicating a serialization/deserialization error.
Author:
Costin Leau, Mark Paluch
See Also:
  • Constructor Details

    • SerializationException

      public SerializationException(String msg)
      Constructs a new SerializationException instance.
      Parameters:
      msg -
    • SerializationException

      public SerializationException(String msg, Throwable cause)
      Constructs a new SerializationException instance.
      Parameters:
      msg - the detail message.
      cause - the nested exception.