com.hazelcast.nio.serialization
Class HazelcastSerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hazelcast.core.HazelcastException
                  extended by 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

Constructor Summary
HazelcastSerializationException(String message)
           
HazelcastSerializationException(String message, Throwable cause)
           
HazelcastSerializationException(Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HazelcastSerializationException

public HazelcastSerializationException(String message)

HazelcastSerializationException

public HazelcastSerializationException(String message,
                                       Throwable cause)

HazelcastSerializationException

public HazelcastSerializationException(Throwable e)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.