org.springframework.data.keyvalue.redis.serializer
Class SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.data.keyvalue.redis.serializer.SerializationException
- All Implemented Interfaces:
- Serializable
public class SerializationException
- extends NestedRuntimeException
Generic exception indicating a serialization/deserialization error.
- Author:
- Costin Leau
- See Also:
- Serialized Form
SerializationException
public SerializationException(String msg,
Throwable cause)
- Constructs a new
SerializationException
instance.
- Parameters:
msg
- cause
-
SerializationException
public SerializationException(String msg)
- Constructs a new
SerializationException
instance.
- Parameters:
msg
-
Copyright © 2010-2011 SpringSource. All Rights Reserved.