Class UnsupportedFileSystemSchemeException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedFileSystemSchemeException
    extends IOException
    An exception to indicate that a specific file system scheme is not supported.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedFileSystemSchemeException

        public UnsupportedFileSystemSchemeException​(String message)
        Creates a new exception with the given message.
        Parameters:
        message - The exception message
      • UnsupportedFileSystemSchemeException

        public UnsupportedFileSystemSchemeException​(String message,
                                                    Throwable cause)
        Creates a new exception with the given message and cause.
        Parameters:
        message - The exception message
        cause - The exception cause