Package io.vertx.core.file
Class FileSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.vertx.core.VertxException
-
- io.vertx.core.file.FileSystemException
-
- All Implemented Interfaces:
Serializable
public class FileSystemException extends VertxException
Exception thrown by the FileSystem class- Author:
- Tim Fox
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileSystemException(String message)
FileSystemException(String message, Throwable cause)
FileSystemException(Throwable cause)
-
Method Summary
-
Methods inherited from class io.vertx.core.VertxException
noStackTrace, noStackTrace, noStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-