public class RocksDBException extends Exception
| Constructor and Description |
|---|
RocksDBException(Status status) |
RocksDBException(String msg)
The private construct used by a set of public static factory method.
|
RocksDBException(String msg,
Status status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
getStatus()
Get the status returned from RocksDB
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RocksDBException(String msg)
msg - the specified error message.public RocksDBException(Status status)
public Status getStatus()
Copyright © 2022. All rights reserved.