Add RocksDBException
This commit is contained in:
parent
78a30a71f4
commit
e89728e0fd
@ -54,10 +54,5 @@
|
|||||||
"interfaces": [
|
"interfaces": [
|
||||||
"it.cavallium.rockserver.core.config.VolumeConfig"
|
"it.cavallium.rockserver.core.config.VolumeConfig"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"condition": {
|
|
||||||
"typeReachable": "org.rocksdb.RocksDBException"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -47,5 +47,10 @@
|
|||||||
{ "name" : "<init>", "parameterTypes" : ["java.lang.String"] },
|
{ "name" : "<init>", "parameterTypes" : ["java.lang.String"] },
|
||||||
{ "name" : "of", "parameterTypes" : ["java.lang.String"] }
|
{ "name" : "of", "parameterTypes" : ["java.lang.String"] }
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "org.rocksdb.RocksDBException",
|
||||||
|
"allPublicConstructors": true,
|
||||||
|
"allPublicClasses": true
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user