package saker.nest.exc
Contains exceptions related to the Nest repository.
| BundleDependencyUnsatisfiedException | Exception signaling that the dependencies failed to be satisfied. |
| BundleLoadingFailedException | Exception representing that a given bundle loading request failed. |
| BundleStorageInitializationException | Exception thrown when a bundle storage failed to be initialized. |
| ExternalArchiveLoadingFailedException | The repository runtime failed to load an external archive for some reason. |
| IllegalArchiveEntryNameException | An invalid entry was detected in an archive. |
| InvalidNestBundleException | Thrown when a bundle failed to be validated for the requirements associated with the given operation. |
| NestResourceLoadingFailedException | Exception signaling that a resource failed to be properly loaded by the repository runtime. |
| NestSignatureVerificationException | An exception was raised as part of the signature verification mechanism |
| OfflineStorageIOException | Exception signaling that a given operation cannot be completed due to the bundle storage being configured for offline
use. |