Package org.projectnessie.error
Class NessieReferenceAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.projectnessie.error.BaseNessieClientServerException
org.projectnessie.error.NessieConflictException
org.projectnessie.error.NessieReferenceAlreadyExistsException
- All Implemented Interfaces:
Serializable,ErrorCodeAware
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projectnessie.error.BaseNessieClientServerException
getServerStackTrace, getStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.projectnessie.error.ErrorCodeAware
getErrorDetails
-
Constructor Details
-
NessieReferenceAlreadyExistsException
-
NessieReferenceAlreadyExistsException
-
NessieReferenceAlreadyExistsException
-
-
Method Details
-
getErrorCode
- Specified by:
getErrorCodein interfaceErrorCodeAware- Overrides:
getErrorCodein classBaseNessieClientServerException
-