Class InsecureRecursiveDeleteException

  • All Implemented Interfaces:

    @Beta
    @GwtIncompatible
    public final class InsecureRecursiveDeleteException
    extends 
    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., is not supported).

    RecursiveDeleteOption.ALLOW_INSECURE can be used to force the recursive delete method to proceed anyway.

    Since:
    21.0
    Author:
    Colin Decker
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
       file)  
    • Method Summary

      • Methods inherited from class java.nio.file.

        , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • InsecureRecursiveDeleteException

        public   file)