Class SplitBrainProtectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.core.HazelcastException
-
- com.hazelcast.transaction.TransactionException
-
- com.hazelcast.splitbrainprotection.SplitBrainProtectionException
-
- All Implemented Interfaces:
SilentException
,java.io.Serializable
public class SplitBrainProtectionException extends TransactionException implements SilentException
An exception thrown when the cluster size is below the defined threshold.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SplitBrainProtectionException(java.lang.String message)
-