Package org.projectnessie.error
Class NessieNamespaceNotEmptyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.projectnessie.error.BaseNessieClientServerException
-
- org.projectnessie.error.NessieConflictException
-
- org.projectnessie.error.NessieNamespaceNotEmptyException
-
- All Implemented Interfaces:
java.io.Serializable,ErrorCodeAware
public class NessieNamespaceNotEmptyException extends NessieConflictException
This exception is thrown when the namespace is not empty.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NessieNamespaceNotEmptyException(java.lang.String message)NessieNamespaceNotEmptyException(java.lang.String message, java.lang.Throwable cause)NessieNamespaceNotEmptyException(NessieError error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorCodegetErrorCode()-
Methods inherited from class org.projectnessie.error.BaseNessieClientServerException
getServerStackTrace, getStatus
-
-
-
-
Constructor Detail
-
NessieNamespaceNotEmptyException
public NessieNamespaceNotEmptyException(java.lang.String message, java.lang.Throwable cause)
-
NessieNamespaceNotEmptyException
public NessieNamespaceNotEmptyException(java.lang.String message)
-
NessieNamespaceNotEmptyException
public NessieNamespaceNotEmptyException(NessieError error)
-
-
Method Detail
-
getErrorCode
public ErrorCode getErrorCode()
- Specified by:
getErrorCodein interfaceErrorCodeAware- Overrides:
getErrorCodein classBaseNessieClientServerException
-
-