public Outcome end () throws InvalidActivityException, WrongStateException, ProtocolViolationException, SystemException, NoActivityException, SystemException, NoPermissionException, ActiveChildException
{
ActivityImple currentActivity = current();
if (currentActivity == null)
throw new NoActivityException();
/*
if (currentActivity.parent() != null)
throw new ActiveChildException();
*/