throw new NucleusUserException(LOCALISER.msg("021013")).setFatal();
}
if (!ec.getTransaction().isActive() && !ec.getTransaction().getNontransactionalWrite())
{
// tx not active and not allowing non-tx write
throw new TransactionNotActiveException();
}
// Check for specification of any illegal attributes
if (result != null)
{