vertx / io.vertx.core.file / FileSystemException

FileSystemException

open class FileSystemException : VertxException

Exception thrown by the FileSystem class

Author
Tim Fox

Constructors

<init>

FileSystemException(message: String)
FileSystemException(message: String, cause: Throwable)
FileSystemException(cause: Throwable)