Module java.base
Package java.nio.file

Class ProviderMismatchException

All Implemented Interfaces:
Serializable

public class ProviderMismatchException extends IllegalArgumentException
Unchecked exception thrown when an attempt is made to invoke a method on an object created by one file system provider with a parameter created by a different file system provider.
Since:
1.7
See Also:
  • Constructor Details

    • ProviderMismatchException

      public ProviderMismatchException()
      Constructs an instance of this class.
    • ProviderMismatchException

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