Package Summary  Overview Summary

class:FileSystemAlreadyExistsException [NONE]

All Implemented Interfaces:
Serializable

public class FileSystemAlreadyExistsExceptionextends RuntimeException
Runtime exception thrown when an attempt is made to create a file system that already exists.
Since:
1.7
See Also:

constructor:FileSystemAlreadyExistsException() [NONE]

  • FileSystemAlreadyExistsException

    public FileSystemAlreadyExistsException()
    Constructs an instance of this class.
  • constructor:FileSystemAlreadyExistsException(java.lang.String) [NONE]

    FileSystemAlreadyExistsException

    public FileSystemAlreadyExistsException (String msg)
    Constructs an instance of this class.
    Parameters:
    msg - the detail message

    © 2023 Oracle Corporation and/or its affiliates