removeData(String) method

Syntax

public abstract boolean removeData ( String key ) throws SDMPersistenceException, IllegalArgumentException

Parameters

Returns

boolean if persisted data with the given key found and successfully removed, false otherwise.

Exceptions