Returns the LiteDataVault singleton instance, tied to a particular vault. If the vault does not exist or has been deleted, this method throws an exception.
There is a singleton instance per data vault ID.
public static LiteDataVault getVault(String sDataVaultID) throws LiteDataVaultException
If successful, returns a singleton instance of the vault..