| Interface | Description | 
|---|---|
| ReadableResource | A resource that can be read. | 
| Resource | A generic resource of some kind. | 
| ResourceHandler | Provides access to resource-specific utility methods, for example factory methods that create various resources. | 
| Exception | Description | 
|---|---|
| MissingResourceException | Exception thrown when the resource does not exist | 
| ResourceException | Generic resource exception that all other resource-related exceptions inherit from. |