Uses of Package
org.magnos.data.error

Packages that use org.magnos.data.error
org.magnos.data   
org.magnos.data.store   
 

Classes in org.magnos.data.error used by org.magnos.data
StoreAccessException
          A store does not have sufficient access to perform the requested operaiton.
StoreClosedException
          The store is closed and the requested operation cannot continue.
StoreIOException
          An IOException has occurred, this is a RuntimeException wrapping IO errors.
 

Classes in org.magnos.data.error used by org.magnos.data.store
StoreClosedException
          The store is closed and the requested operation cannot continue.
StoreIOException
          An IOException has occurred, this is a RuntimeException wrapping IO errors.