Opening an Existing Vault

Returns the SUPDataVault 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.

Syntax

public static SUPDataVault getVault(String sDataVaultID) throws SUPDataVaultException

Parameters

Returns

If successful, returns a singleton instance of the vault..