Class IncompatibleSchemaException

All Implemented Interfaces:
Serializable, TraceableException

public class IncompatibleSchemaException extends TransactionException
Thrown when, during an attempt to execute a transactional operation, it turns out that the operation cannot be executed because an incompatible schema change has happened. The transaction in question is aborted.
See Also:
  • Constructor Details

    • IncompatibleSchemaException

      public IncompatibleSchemaException(UUID traceId, int code, String message, @Nullable @Nullable Throwable cause)
      Constructs a new instance of IncompatibleSchemaException.
      Parameters:
      traceId - Trace ID.
      code - Error code.
      message - Error message.
      cause - The Throwable that is the cause of this exception (can be null).