Package com.hazelcast.client
Class HazelcastClientNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.hazelcast.client.HazelcastClientNotActiveException
- All Implemented Interfaces:
Serializable
Thrown when Hazelcast client is not active during an invocation.
- See Also:
-
Constructor Summary
ConstructorDescriptionHazelcastClientNotActiveException
(String message) HazelcastClientNotActiveException
(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
-
HazelcastClientNotActiveException
public HazelcastClientNotActiveException() -
HazelcastClientNotActiveException
-
HazelcastClientNotActiveException
-