Instances of SecureStoreException are exceptions raised by the SecureStore component.
do
sstore = SecureStore.create()
addKeyTo sstore
using alias = "aliasExample1",
key = "savedKeyExample1"
on SecureStoreException
logMessage "Errors when creating secure store"
// ...
end