*/
Logging.recoverableException(
Logging.getLogger("org.apache.sis.storage"), netcdfFileClass, "canOpen", cause);
return ProbeResult.UNSUPPORTED_STORAGE;
}
throw new DataStoreException(e); // The cause may be IOException.
}
} else {
/*
* Check if the given input is itself an instance of the UCAR oject.
* We check classnames instead of netcdfFileClass.isInstance(storage)