Class InsufficientConsistencyException

  • All Implemented Interfaces:
    Serializable

    public class InsufficientConsistencyException
    extends com.palantir.common.exception.AtlasDbDependencyException
    Thrown by a key value service when an operation could not be performed because the required consistency could not be met.
    See Also:
    Serialized Form
    • Constructor Detail

      • InsufficientConsistencyException

        public InsufficientConsistencyException​(String msg)
      • InsufficientConsistencyException

        public InsufficientConsistencyException​(String msg,
                                                Throwable ex)