Uses of Class
com.aranai.dungeonator.datastore.DataStoreException

Packages that use DataStoreException
com.aranai.dungeonator.datastore   
 

Uses of DataStoreException in com.aranai.dungeonator.datastore
 

Subclasses of DataStoreException in com.aranai.dungeonator.datastore
 class DataStoreDeleteException
          A DataStoreDeleteException is thrown when a data storage delete operation fails.
 class DataStoreGetException
          A DataStoreGetException is thrown when a data storage get operation fails.
 class DataStoreSaveException
          A SaveException is thrown when a data storage save operation fails.