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.
Returns an array containing all of the exceptions that were
suppressed, typically by the try-with-resources
statement, in order to deliver this exception.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["`ProviderMismatchException` is an unchecked exception that occurs when a method is invoked on an object from one file system provider with a parameter from a different provider. This exception extends `IllegalArgumentException`. Instances can be created with or without a custom detail message. Inherited methods allow for managing the exception's stack trace, cause, suppressed exceptions, localized message, and detail message, as well as outputting debugging details to print streams. Also, other methods allow for checking object equality and other basic object operations.\n"]]