Package uk.sky.cqlmigrate.exception
Class ClusterUnhealthyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.sky.cqlmigrate.exception.ClusterUnhealthyException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClusterUnhealthyException extends java.lang.RuntimeExceptionThrown if any nodes are down or the schema is not in agreement before running migration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterUnhealthyException(java.lang.String message)
-