Class InsufficientConsistencyException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • InsufficientConsistencyException

        public InsufficientConsistencyException​(java.lang.String msg)
      • InsufficientConsistencyException

        public InsufficientConsistencyException​(java.lang.String msg,
                                                java.lang.Throwable ex)