Package org.projectnessie.error
Class NessieNamespaceAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.projectnessie.error.BaseNessieClientServerException
org.projectnessie.error.NessieConflictException
org.projectnessie.error.NessieNamespaceAlreadyExistsException
- All Implemented Interfaces:
Serializable,ErrorCodeAware
This exception is thrown when the namespace with the same name already exists.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNessieNamespaceAlreadyExistsException(ContentKeyErrorDetails contentKeyErrorDetails, String message) NessieNamespaceAlreadyExistsException(ContentKeyErrorDetails contentKeyErrorDetails, String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionMethods 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, toString
-
Constructor Details
-
NessieNamespaceAlreadyExistsException
public NessieNamespaceAlreadyExistsException(ContentKeyErrorDetails contentKeyErrorDetails, String message, Throwable cause) -
NessieNamespaceAlreadyExistsException
public NessieNamespaceAlreadyExistsException(ContentKeyErrorDetails contentKeyErrorDetails, String message) -
NessieNamespaceAlreadyExistsException
-
-
Method Details
-
getErrorCode
- Specified by:
getErrorCodein interfaceErrorCodeAware- Overrides:
getErrorCodein classBaseNessieClientServerException
-
getErrorDetails
-