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