Top Description Fields Constructors
java.nio.file

public Class ProviderMismatchException

extends IllegalArgumentException
Class Inheritance

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

Field Summary

Modifier and TypeField and Description
pack-priv static final long

Constructor Summary

AccessConstructor and Description
public
ProviderMismatchException()

Constructs an instance of this class.

public
ProviderMismatchException(String
the detail message
msg
)

Constructs an instance of this class.

Field Detail

serialVersionUIDback to summary
pack-priv static final long serialVersionUID

Hides java.lang.IllegalArgumentException.serialVersionUID.

Annotations
@Serial

Constructor Detail

ProviderMismatchExceptionback to summary
public ProviderMismatchException()

Constructs an instance of this class.

ProviderMismatchExceptionback to summary
public ProviderMismatchException(String msg)

Constructs an instance of this class.

Parameters
msg:String

the detail message