Class ReferenceConflictException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.projectnessie.error.ReferenceConflicts getReferenceConflicts()  
      • 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

      • ReferenceConflictException

        public ReferenceConflictException​(java.lang.String message)
      • ReferenceConflictException

        public ReferenceConflictException​(org.projectnessie.model.Conflict conflict)
      • ReferenceConflictException

        public ReferenceConflictException​(java.util.List<org.projectnessie.model.Conflict> conflicts)
      • ReferenceConflictException

        public ReferenceConflictException​(org.projectnessie.error.ReferenceConflicts referenceConflicts,
                                          java.lang.String message)
      • ReferenceConflictException

        public ReferenceConflictException​(java.lang.String message,
                                          java.lang.Throwable t)
    • Method Detail

      • getReferenceConflicts

        public org.projectnessie.error.ReferenceConflicts getReferenceConflicts()