com.hazelcast.nio.serialization
Class HazelcastSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.nio.serialization.HazelcastSerializationException
- All Implemented Interfaces:
- Serializable
public class HazelcastSerializationException
- extends HazelcastException
This is an exception thrown when an exception occurs while serializing/deserializing objects.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HazelcastSerializationException
public HazelcastSerializationException(String message)
HazelcastSerializationException
public HazelcastSerializationException(String message,
Throwable cause)
HazelcastSerializationException
public HazelcastSerializationException(Throwable e)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.