Class InsecureRecursiveDeleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.file.FileSystemException
com.google.common.io.InsecureRecursiveDeleteException
- All Implemented Interfaces:
- Serializable
@GwtIncompatible
@J2ObjCIncompatible
public final class InsecureRecursiveDeleteException
extends FileSystemException
Exception indicating that a recursive delete can't be performed because the file system does not
 have the support necessary to guarantee that it is not vulnerable to race conditions that would
 allow it to delete files and directories outside of the directory being deleted (i.e., 
SecureDirectoryStream is not supported).
 RecursiveDeleteOption.ALLOW_INSECURE can be used to force the recursive delete method
 to proceed anyway.
- Since:
- 33.4.0 (but since 21.0 in the JRE flavor)
- Author:
- Colin Decker
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.nio.file.FileSystemExceptiongetFile, getMessage, getOtherFile, getReasonMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InsecureRecursiveDeleteException
 
-