Class SpaceCassandraSchemaUpdateException

All Implemented Interfaces:
Serializable

public class SpaceCassandraSchemaUpdateException extends SpaceCassandraException
A runtime exception for Cassandra schema update related exceptions Contains an isRetryable field denoting wheter this is an exception which might be resolved by retrying the operation.
Since:
9.1.1
Author:
Dan Kilman
See Also:
  • Constructor Details

    • SpaceCassandraSchemaUpdateException

      public SpaceCassandraSchemaUpdateException(String message, Throwable e, boolean isRetryable)
  • Method Details

    • isRetryable

      public boolean isRetryable()