getVault

Retrieves a vault.

Syntax

public static DataVault getVault(String name)

Parameters

  • name – The vault name.

Returns

getVault returns a DataVault instance.

If the vault does not exist, a DataVaultException is thrown.