public static class

FileUtils.FileDeleteException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ com.facebook.common.file.FileUtils.FileDeleteException

Class Overview

Represents an exception when the target file/directory cannot be deleted

Summary

Public Constructors
FileDeleteException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FileDeleteException (String message)