Class SchemaChangeException

All Implemented Interfaces:
Serializable

public class SchemaChangeException extends IllegalStateException
Thrown when attempting to alter a primary key, an alternate key, or a secondary index.
See Also:
  • Constructor Details

    • SchemaChangeException

      public SchemaChangeException(String message)