Class InvalidFileStoreVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jackrabbit.oak.segment.file.InvalidFileStoreVersionException
- All Implemented Interfaces:
Serializable
This exception can be thrown during the startup of the
FileStore
to
indicate an incompatible version mismatch between the code that generated the
data in the store and the current version of the FileStore
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFileStoreVersionException
public InvalidFileStoreVersionException() -
InvalidFileStoreVersionException
-