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.
| Constructor and Description |
|---|
ProviderMismatchException()
Constructs an instance of this class.
|
ProviderMismatchException(String msg)
Constructs an instance of this class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProviderMismatchException()
Constructs an instance of this class.
public ProviderMismatchException(String msg)
Constructs an instance of this class.
msg - the detail messageCopyright © 2015. All rights reserved.