Class InvalidFileStoreVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jackrabbit.oak.segment.file.InvalidFileStoreVersionException
All Implemented Interfaces:
Serializable

public class InvalidFileStoreVersionException extends Exception
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 Details

    • InvalidFileStoreVersionException

      public InvalidFileStoreVersionException()
    • InvalidFileStoreVersionException

      public InvalidFileStoreVersionException(String message)