Package org.projectnessie.error
Class NessieContentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.projectnessie.error.BaseNessieClientServerException
org.projectnessie.error.NessieNotFoundException
org.projectnessie.error.NessieContentNotFoundException
- All Implemented Interfaces:
Serializable,ErrorCodeAware
This exception is thrown when the requested content object is not present in the store.
- See Also:
-
Constructor Summary
Constructors -
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
-
NessieContentNotFoundException
-
NessieContentNotFoundException
-
-
Method Details
-
getErrorCode
- Specified by:
getErrorCodein interfaceErrorCodeAware- Overrides:
getErrorCodein classBaseNessieClientServerException
-
getErrorDetails
-