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 theFileStore
to indicate an incompatible version mismatch between the code that generated the data in the store and the current version of theFileStore
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidFileStoreVersionException()
InvalidFileStoreVersionException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidFileStoreVersionException
public InvalidFileStoreVersionException()
-
InvalidFileStoreVersionException
public InvalidFileStoreVersionException(String message)
-
-