BUG-997 Add tests for shared schema context and fix dependency resolution bug
[yangtools.git] / yang / yang-model-util / src / main / java / org / opendaylight / yangtools / yang / model / repo / util / AbstractSchemaRepository.java
index 53563fde69cea887b7d0a90e5be70350f58e8925..88bcb300f8f006914478cd352ce33d2f5ad97851 100644 (file)
@@ -78,7 +78,7 @@ public abstract class AbstractSchemaRepository implements SchemaRepository, Sche
                     return fetchSource(id, it);
                 }
 
-                throw new MissingSchemaSourceException("All available providers exhausted");
+                throw new MissingSchemaSourceException("All available providers exhausted", t);
             }
         }), FETCH_MAPPER);
     }