This method of the ClientStorageManager Class obtains the store for the currently executing principal.
public static ClientStore getStore() throws IOException;
Returns the store for the currently executing principal.
IOException if the context cannot be determined, if no caller has a principal, or if the store for the context does not exist and an error occurs while allocating space for the store.