Package org.projectnessie.versioned
Class VersionStoreError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.projectnessie.versioned.VersionStoreError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BackendLimitExceededException
Base unchecked exception for technical error conditions of a backend store.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVersionStoreError(String message) VersionStoreError(String message, Throwable cause) VersionStoreError(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) VersionStoreError(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VersionStoreError
public VersionStoreError() -
VersionStoreError
-
VersionStoreError
-
VersionStoreError
-
VersionStoreError
-