org.openspaces.persistency.cassandra.error
Class SpaceCassandraSchemaUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openspaces.persistency.cassandra.error.SpaceCassandraException
org.openspaces.persistency.cassandra.error.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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SpaceCassandraSchemaUpdateException
public SpaceCassandraSchemaUpdateException(String message,
Throwable e,
boolean isRetryable)
isRetryable
public boolean isRetryable()
Copyright © GigaSpaces.