open class VolumeIOError : DBException
VolumeIOError(e: IOException)
VolumeIOError(msg: String)
VolumeIOError(msg: String?, e: Throwable?)
class OutOfMemory : VolumeIOError
open class VolumeEOF : VolumeIOError