Package com.apple.foundationdb.directory
Class MismatchedLayerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.apple.foundationdb.directory.DirectoryException
com.apple.foundationdb.directory.MismatchedLayerException
- All Implemented Interfaces:
Serializable
A
DirectoryException
that is thrown when a directory is opened with an incompatible layer.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal byte[]
The layer byte string that the directory was opened with.final byte[]
The layer byte string that the directory was created with.Fields inherited from class com.apple.foundationdb.directory.DirectoryException
path
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
stored
public final byte[] storedThe layer byte string that the directory was created with. -
opened
public final byte[] openedThe layer byte string that the directory was opened with.
-