Class VfsException

All Implemented Interfaces:
Serializable

public class VfsException extends RuntimeException
See Also:
  • Constructor Details

    • VfsException

      public VfsException()
    • VfsException

      public VfsException(String message)
    • VfsException

      public VfsException(String message, Throwable cause)
    • VfsException

      public VfsException(Throwable cause)
    • VfsException

      public VfsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)