Package 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
An exception thrown when a problem occurs while serializing/deserializing objects.
- See Also:
-
Constructor Summary
ConstructorDescriptionHazelcastSerializationException
(String message) HazelcastSerializationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HazelcastSerializationException
-
HazelcastSerializationException
-
HazelcastSerializationException
-