Class NessieReferenceAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    public class NessieReferenceAlreadyExistsException
    extends NessieConflictException
    This exception is thrown when a reference could not be created because another reference with the same name is already present in the store.
    See Also:
    Serialized Form
    • Constructor Detail

      • NessieReferenceAlreadyExistsException

        public NessieReferenceAlreadyExistsException​(String message,
                                                     Throwable cause)
      • NessieReferenceAlreadyExistsException

        public NessieReferenceAlreadyExistsException​(String message)
      • NessieReferenceAlreadyExistsException

        public NessieReferenceAlreadyExistsException​(NessieError error)