JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Serialized Form
Package com.foundationdb
Class
com.foundationdb.FDBException
extends
RuntimeException
implements Serializable
serialVersionUID:
1L
Serialized Fields
code
int code
Package com.foundationdb.directory
Class
com.foundationdb.directory.DirectoryAlreadyExistsException
extends
DirectoryException
implements Serializable
Class
com.foundationdb.directory.DirectoryException
extends
RuntimeException
implements Serializable
Serialized Fields
path
List
<
E
> path
The directory path that was responsible for the error.
Class
com.foundationdb.directory.DirectoryMoveException
extends
RuntimeException
implements Serializable
Serialized Fields
sourcePath
List
<
E
> sourcePath
The path of the directory being moved.
destPath
List
<
E
> destPath
The path that the directory was being moved to.
Class
com.foundationdb.directory.DirectoryVersionException
extends
RuntimeException
implements Serializable
Class
com.foundationdb.directory.MismatchedLayerException
extends
DirectoryException
implements Serializable
Serialized Fields
stored
byte[] stored
The layer byte string that the directory was created with.
opened
byte[] opened
The layer byte string that the directory was opened with.
Class
com.foundationdb.directory.NoSuchDirectoryException
extends
DirectoryException
implements Serializable
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes