public class DeserializationException extends CacheException
DeserializationException indicates that an error occurred while deserializing a value from the ScaleOut in-memory data grid.| Constructor and Description |
|---|
DeserializationException(java.lang.String msg)
Instantiates a
DeserializationException with a message. |
DeserializationException(java.lang.String msg,
java.lang.Exception e)
Instantiates a
DeserializationException with a message and an Exception cause. |
public DeserializationException(java.lang.String msg)
DeserializationException with a message.msg - the messagepublic DeserializationException(java.lang.String msg,
java.lang.Exception e)
DeserializationException with a message and an Exception cause.msg - the messagee - the cause