public static class

FileUtils.CreateDirectoryException

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

Class Overview

Represents an exception during directory creation

Summary

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

Public Constructors

public CreateDirectoryException (String message)

public CreateDirectoryException (String message, Throwable innerException)