Add RocksDBException

This commit is contained in:
Andrea Cavalli 2024-03-30 02:34:17 +01:00
parent 78a30a71f4
commit e89728e0fd
2 changed files with 5 additions and 5 deletions

View File

@ -54,10 +54,5 @@
"interfaces": [
"it.cavallium.rockserver.core.config.VolumeConfig"
]
},
{
"condition": {
"typeReachable": "org.rocksdb.RocksDBException"
}
}
]

View File

@ -47,5 +47,10 @@
{ "name" : "<init>", "parameterTypes" : ["java.lang.String"] },
{ "name" : "of", "parameterTypes" : ["java.lang.String"] }
]
},
{
"name" : "org.rocksdb.RocksDBException",
"allPublicConstructors": true,
"allPublicClasses": true
}
]