Package com.hazelcast.hotrestart
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 Summary
ConstructorDescriptionHotRestartException
(String message) HotRestartException
(String message, Throwable cause) HotRestartException
(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
-
HotRestartException
public HotRestartException() -
HotRestartException
-
HotRestartException
-
HotRestartException
-