Package org.projectnessie.versioned
Class VersionStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projectnessie.versioned.VersionStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReferenceAlreadyExistsException,ReferenceConflictException,ReferenceNotFoundException
Base exception for exceptions generated by the version store api.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVersionStoreException(String message) VersionStoreException(String message, Throwable cause) VersionStoreException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) VersionStoreException(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
-
VersionStoreException
public VersionStoreException() -
VersionStoreException
-
VersionStoreException
-
VersionStoreException
-
VersionStoreException
-