Class NessieReferenceAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable, ErrorCodeAware

    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​(java.lang.String message,
                                                     java.lang.Throwable cause)
      • NessieReferenceAlreadyExistsException

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

        public NessieReferenceAlreadyExistsException​(NessieError error)