Class HotRestartException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.hotrestart.HotRestartException
All Implemented Interfaces:
Serializable

public class HotRestartException extends com.hazelcast.core.HazelcastException
Exception type exposed to the client of the Hot Restart SPI.
See Also:
  • Constructor Details

    • HotRestartException

      public HotRestartException()
    • HotRestartException

      public HotRestartException(String message)
    • HotRestartException

      public HotRestartException(String message, Throwable cause)
    • HotRestartException

      public HotRestartException(Throwable cause)