Added in API level 26

FileSystemLoopException

public class FileSystemLoopException
extends FileSystemException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.nio.file.FileSystemException
           ↳ java.nio.file.FileSystemLoopException


Checked exception thrown when a file system loop, or cycle, is encountered.

Summary

Public constructors

FileSystemLoopException(String file)

Constructs an instance of this class.

Inherited methods

Public constructors

FileSystemLoopException

Added in API level 26
public FileSystemLoopException (String file)

Constructs an instance of this class.

Parameters
file String: a string identifying the file causing the cycle or null if not known