Serialized Form
-
Package com.apple.foundationdb
-
Exception com.apple.foundationdb.FDBException
class FDBException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
code
int code
-
-
-
Package com.apple.foundationdb.directory
-
Exception com.apple.foundationdb.directory.DirectoryAlreadyExistsException
class DirectoryAlreadyExistsException extends DirectoryException implements Serializable -
Exception com.apple.foundationdb.directory.DirectoryException
class DirectoryException extends RuntimeException implements Serializable -
Exception com.apple.foundationdb.directory.DirectoryMoveException
class DirectoryMoveException extends RuntimeException implements Serializable -
Exception com.apple.foundationdb.directory.DirectoryVersionException
class DirectoryVersionException extends RuntimeException implements Serializable -
Exception com.apple.foundationdb.directory.MismatchedLayerException
class MismatchedLayerException extends DirectoryException implements Serializable-
Serialized Fields
-
opened
byte[] opened
The layer byte string that the directory was opened with. -
stored
byte[] stored
The layer byte string that the directory was created with.
-
-
-
Exception com.apple.foundationdb.directory.NoSuchDirectoryException
class NoSuchDirectoryException extends DirectoryException implements Serializable
-