Uses of Class
com.gargoylesoftware.base.objectstore.ObjectStoreException
Packages that use ObjectStoreException
-
Uses of ObjectStoreException in com.gargoylesoftware.base.objectstore
Methods in com.gargoylesoftware.base.objectstore that throw ObjectStoreExceptionModifier and TypeMethodDescriptionfinal ObjectObjectStore.execute(ObjectStoreCommand command) Perform the actions specified by the key and return a value.protected ObjectStoreDispatchingObjectStore.findStore(ObjectStoreCommand command) Find the ObjectStore for the specified commandprotected ObjectObjectStore.handleException(Exception exception) Handle an exception that occured during the processing of executeImpl().