GigaSpaces XAP 9.5 API

org.openspaces.persistency.cassandra.error
Class SpaceCassandraSchemaUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openspaces.persistency.cassandra.error.SpaceCassandraException
                  extended by 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

Constructor Summary
SpaceCassandraSchemaUpdateException(String message, Throwable e, boolean isRetryable)
           
 
Method Summary
 boolean isRetryable()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpaceCassandraSchemaUpdateException

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

isRetryable

public boolean isRetryable()

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.