| Interface | Description |
|---|---|
| Storage |
The Azkaban Storage interface would facilitate getting and putting objects into a storage mechanism of choice.
|
| Exception | Description |
|---|---|
| AzkabanException | |
| KeyAlreadyExistsException |
This exception is thrown when there is an attempt to create a duplicate storage key via the
Storage
interface. |
| KeyDoesNotExistException |
This exception is thrown when there is an attempt to create a duplicate storage key via the
Storage
interface. |
| StorageException |
Super class to capture any exceptions related to
Storage |